[Telepathy-commits] [telepathy-qt4/master] Implement basic accessors on PendingContacts

Olli Salli olli.salli at collabora.co.uk
Wed Jan 28 05:36:50 PST 2009


---
 TelepathyQt4/Client/pending-contacts.cpp |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/TelepathyQt4/Client/pending-contacts.cpp b/TelepathyQt4/Client/pending-contacts.cpp
index 7fc4f46..1e0a2ec 100644
--- a/TelepathyQt4/Client/pending-contacts.cpp
+++ b/TelepathyQt4/Client/pending-contacts.cpp
@@ -57,5 +57,20 @@ PendingContacts::~PendingContacts()
     delete mPriv;
 }
 
+ContactManager *PendingContacts::contactManager() const
+{
+    return mPriv->connection->contactManager();
+}
+
+UIntList PendingContacts::handles() const
+{
+    return mPriv->handles;
+}
+
+QSet<Contact::Feature> PendingContacts::features() const
+{
+    return mPriv->features;
+}
+
 } // Telepathy::Client
 } // Telepathy
-- 
1.5.6.5




More information about the telepathy-commits mailing list