[telepathy-qt4/master] TextChannel: Reorder contactLost/contactFound methods declaration with other Private methods.
Andre Moreira Magalhaes (andrunko)
andre.magalhaes at collabora.co.uk
Mon Nov 2 07:07:21 PST 2009
---
TelepathyQt4/text-channel.cpp | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/TelepathyQt4/text-channel.cpp b/TelepathyQt4/text-channel.cpp
index 7227bea..4644231 100644
--- a/TelepathyQt4/text-channel.cpp
+++ b/TelepathyQt4/text-channel.cpp
@@ -108,6 +108,9 @@ struct TELEPATHY_QT4_NO_EXPORT TextChannel::Private
void processMessageQueue();
+ void contactLost(uint handle);
+ void contactFound(ContactPtr contact);
+
// Public object
TextChannel *parent;
@@ -143,8 +146,6 @@ struct TELEPATHY_QT4_NO_EXPORT TextChannel::Private
QList<QueuedEvent *> incompleteMessages;
QSet<uint> awaitingContacts;
QHash<QDBusPendingCallWatcher *, UIntList> acknowledgeBatches;
- void contactLost(uint handle);
- void contactFound(ContactPtr contact);
};
TextChannel::Private::Private(TextChannel *parent)
--
1.5.6.5
More information about the telepathy-commits
mailing list