[telepathy-qt4/master] TextChannel: Reorder Private::awaitingContacts declaration as it is not specific to FeatureMessageQueue anymore.
Andre Moreira Magalhaes (andrunko)
andre.magalhaes at collabora.co.uk
Mon Nov 2 08:01:04 PST 2009
---
TelepathyQt4/text-channel.cpp | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/TelepathyQt4/text-channel.cpp b/TelepathyQt4/text-channel.cpp
index 2d8a0e0..2d331be 100644
--- a/TelepathyQt4/text-channel.cpp
+++ b/TelepathyQt4/text-channel.cpp
@@ -147,7 +147,6 @@ struct TELEPATHY_QT4_NO_EXPORT TextChannel::Private
};
QList<ReceivedMessage> messages;
QList<MessageEvent *> incompleteMessages;
- QSet<uint> awaitingContacts;
QHash<QDBusPendingCallWatcher *, UIntList> acknowledgeBatches;
// FeatureChatState
@@ -162,6 +161,8 @@ struct TELEPATHY_QT4_NO_EXPORT TextChannel::Private
uint state;
};
QList<ChatStateEvent *> chatStateQueue;
+
+ QSet<uint> awaitingContacts;
};
TextChannel::Private::Private(TextChannel *parent)
--
1.5.6.5
More information about the telepathy-commits
mailing list