[Telepathy-commits] [telepathy-qt4/master] Similarly to Channel, fix Connection::propertiesInterface() to use BypassInterfaceCheck

Olli Salli olli.salli at collabora.co.uk
Sun Sep 21 15:38:21 PDT 2008


---
 TelepathyQt4/cli-connection.h |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/TelepathyQt4/cli-connection.h b/TelepathyQt4/cli-connection.h
index 4df9f7b..1bc57f7 100644
--- a/TelepathyQt4/cli-connection.h
+++ b/TelepathyQt4/cli-connection.h
@@ -385,11 +385,12 @@ public:
      *
      * \see optionalInterface()
      *
-     * \return <code>optionalInterface<DBus::PropertiesInterface>(check)</code>
+     * \return
+     * <code>optionalInterface<DBus::PropertiesInterface>(BypassInterfaceCheck)</code>
      */
     inline DBus::PropertiesInterface* propertiesInterface() const
     {
-        return optionalInterface<DBus::PropertiesInterface>(CheckInterfaceSupported);
+        return optionalInterface<DBus::PropertiesInterface>(BypassInterfaceCheck);
     }
 
 Q_SIGNALS:
-- 
1.5.6.5




More information about the Telepathy-commits mailing list