[Telepathy-commits] [telepathy-qt4/master] Make channel.h sligthtly more logically emptyline-separated

Olli Salli olli.salli at collabora.co.uk
Wed Feb 11 22:10:18 PST 2009


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

diff --git a/TelepathyQt4/Client/channel.h b/TelepathyQt4/Client/channel.h
index c8227f2..d1738de 100644
--- a/TelepathyQt4/Client/channel.h
+++ b/TelepathyQt4/Client/channel.h
@@ -68,25 +68,20 @@ public:
 
     Connection *connection() const;
 
-    QStringList interfaces() const;
-
     QString channelType() const;
+    QStringList interfaces() const;
 
     uint targetHandleType() const;
-
     uint targetHandle() const;
 
     bool isRequested() const;
-
     QSharedPointer<Contact> initiatorContact() const;
 
     bool isReady(Features features = 0) const;
-
     PendingOperation *becomeReady(Features features = 0);
 
     PendingOperation *requestClose();
 
-public:
     uint groupFlags() const;
 
     bool groupCanAddContacts() const;
@@ -283,6 +278,7 @@ private Q_SLOTS:
     void gotLocalPendingMembersWithInfo(QDBusPendingCallWatcher *watcher);
     void gotSelfHandle(QDBusPendingCallWatcher *watcher);
     void gotContacts(Telepathy::Client::PendingOperation *op);
+
     void onGroupFlagsChanged(uint, uint);
     void onMembersChanged(const QString&,
             const Telepathy::UIntList&, const Telepathy::UIntList&,
-- 
1.5.6.5




More information about the telepathy-commits mailing list