telepathy-qt: call-channel: Change QMap to QHash where possible

Dario Freddi drf at kemper.freedesktop.org
Mon Jul 2 06:56:28 PDT 2012


Module: telepathy-qt
Branch: master
Commit: 150282cee07f36ede17a77efdd67b9a83ad4cbe6
URL:    http://cgit.freedesktop.org/telepathy/telepathy-qt/commit/?id=150282cee07f36ede17a77efdd67b9a83ad4cbe6

Author: Dario Freddi <dario.freddi at collabora.com>
Date:   Sun Apr 29 16:04:50 2012 +0200

call-channel: Change QMap to QHash where possible

---

 TelepathyQt/call-channel.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/TelepathyQt/call-channel.cpp b/TelepathyQt/call-channel.cpp
index 429a99a..ffe2626 100644
--- a/TelepathyQt/call-channel.cpp
+++ b/TelepathyQt/call-channel.cpp
@@ -954,7 +954,7 @@ void CallChannel::gotCallMembersContacts(PendingOperation *op)
         return;
     }
 
-    QMap<uint, ContactPtr> removed;
+    QHash<uint, ContactPtr> removed;
 
     for (ContactSendingStateMap::const_iterator i =
                 mPriv->currentCallMembersChangedInfo->updates.constBegin();



More information about the telepathy-commits mailing list