[Telepathy-commits] [telepathy-qt4/master] ConnectionManager: Added ConnectionManagerPtr typedef.

Andre Moreira Magalhaes (andrunko) andre.magalhaes at collabora.co.uk
Wed Mar 18 10:19:45 PDT 2009


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

diff --git a/TelepathyQt4/Client/connection-manager.h b/TelepathyQt4/Client/connection-manager.h
index 5a9d73d..eaae440 100644
--- a/TelepathyQt4/Client/connection-manager.h
+++ b/TelepathyQt4/Client/connection-manager.h
@@ -165,6 +165,8 @@ private:
     Private *mPriv;
 };
 
+typedef QExplicitlySharedDataPointer<ConnectionManager> ConnectionManagerPtr;
+
 }
 }
 
-- 
1.5.6.5




More information about the telepathy-commits mailing list