[Telepathy-commits] [telepathy-qt4/master] Channel: Proper initialize private members on constructor.
Andre Moreira Magalhaes (andrunko)
andre.magalhaes at collabora.co.uk
Mon Feb 9 05:47:38 PST 2009
---
TelepathyQt4/Client/channel.cpp | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/TelepathyQt4/Client/channel.cpp b/TelepathyQt4/Client/channel.cpp
index a0de775..7da14c6 100644
--- a/TelepathyQt4/Client/channel.cpp
+++ b/TelepathyQt4/Client/channel.cpp
@@ -204,6 +204,9 @@ Channel::Private::Private(Channel *parent, Connection *connection)
targetHandle(0),
groupFlags(0),
groupHaveMembers(false),
+ buildingInitialContacts(false),
+ buildingContacts(false),
+ currentGroupMembersChangedInfo(0),
groupAreHandleOwnersAvailable(false),
groupIsSelfHandleTracked(false),
groupSelfHandle(0)
--
1.5.6.5
More information about the telepathy-commits
mailing list