[Telepathy-commits] [telepathy-qt4/master] Channel: Moved groupInterface() to protected.

Andre Moreira Magalhaes (andrunko) andre.magalhaes at collabora.co.uk
Tue Feb 10 13:21:00 PST 2009


---
 TelepathyQt4/Client/channel.h |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/TelepathyQt4/Client/channel.h b/TelepathyQt4/Client/channel.h
index e4365a2..f052a52 100644
--- a/TelepathyQt4/Client/channel.h
+++ b/TelepathyQt4/Client/channel.h
@@ -193,12 +193,6 @@ public:
         return optionalInterface<ChannelInterfaceDTMFInterface>(check);
     }
 
-    inline ChannelInterfaceGroupInterface *groupInterface(
-            InterfaceSupportedChecking check = CheckInterfaceSupported) const
-    {
-        return optionalInterface<ChannelInterfaceGroupInterface>(check);
-    }
-
     inline ChannelInterfaceHoldInterface *holdInterface(
             InterfaceSupportedChecking check = CheckInterfaceSupported) const
     {
@@ -262,6 +256,12 @@ public:
 protected:
     ChannelInterface *baseInterface() const;
 
+    inline ChannelInterfaceGroupInterface *groupInterface(
+            InterfaceSupportedChecking check = CheckInterfaceSupported) const
+    {
+        return optionalInterface<ChannelInterfaceGroupInterface>(check);
+    }
+
 private Q_SLOTS:
     void gotMainProperties(QDBusPendingCallWatcher *watcher);
     void gotChannelType(QDBusPendingCallWatcher *watcher);
-- 
1.5.6.5




More information about the telepathy-commits mailing list