[Telepathy-commits] [telepathy-qt4/master] Added ProtocolParameter private data for future expansion.
Andre Moreira Magalhaes (andrunko)
andre.magalhaes at collabora.co.uk
Mon Jan 5 06:36:04 PST 2009
---
TelepathyQt4/Client/connection-manager.h | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/TelepathyQt4/Client/connection-manager.h b/TelepathyQt4/Client/connection-manager.h
index 2fbcc49..eb5b415 100644
--- a/TelepathyQt4/Client/connection-manager.h
+++ b/TelepathyQt4/Client/connection-manager.h
@@ -86,6 +86,9 @@ public:
private:
Q_DISABLE_COPY(ProtocolParameter);
+ struct Private;
+ friend struct Private;
+ Private *mPriv;
QString mName;
QDBusSignature mDBusSignature;
QVariant mType;
--
1.5.6.5
More information about the Telepathy-commits
mailing list