[Telepathy-commits] [telepathy-qt4/master] Channel: Added ChannelPtr typedef.

Andre Moreira Magalhaes (andrunko) andre.magalhaes at collabora.co.uk
Wed Mar 18 09:50:06 PDT 2009


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

diff --git a/TelepathyQt4/Client/channel.h b/TelepathyQt4/Client/channel.h
index 22f7276..5b022d4 100644
--- a/TelepathyQt4/Client/channel.h
+++ b/TelepathyQt4/Client/channel.h
@@ -302,6 +302,8 @@ private:
     Private *mPriv;
 };
 
+typedef QExplicitlySharedDataPointer<Channel> ChannelPtr;
+
 } // Telepathy::Client
 } // Telepathy
 
-- 
1.5.6.5




More information about the telepathy-commits mailing list