[telepathy-qt4/master] ContactManager: Removed TODO.

Andre Moreira Magalhaes (andrunko) andre.magalhaes at collabora.co.uk
Thu Jul 23 10:09:19 PDT 2009


---
 TelepathyQt4/contact-manager.cpp |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)

diff --git a/TelepathyQt4/contact-manager.cpp b/TelepathyQt4/contact-manager.cpp
index e8d49bd..c2ba2b3 100644
--- a/TelepathyQt4/contact-manager.cpp
+++ b/TelepathyQt4/contact-manager.cpp
@@ -214,15 +214,6 @@ QStringList ContactManager::allKnownGroups() const
  */
 PendingOperation *ContactManager::addGroup(const QString &group)
 {
-    // TODO Check here. Spec states that in order to create an empty group
-    //      RequestHandles with HandleType 'HandleTypeGroup' and the UTF-8 name
-    //      of the group should be called, but this just does not work.
-    //      Using CreateChannel does the job, so let's use it.
-    /*
-    return connection()->requestHandles(HandleTypeGroup,
-            QStringList() << group);
-    */
-
     QVariantMap request;
     request.insert(QLatin1String(TELEPATHY_INTERFACE_CHANNEL ".ChannelType"),
                                   TELEPATHY_INTERFACE_CHANNEL_TYPE_CONTACT_LIST);
-- 
1.5.6.5




More information about the telepathy-commits mailing list