[SCM] ktp-contact-list packaging branch, master, updated. debian/15.12.1-2-1070-g6c56f91

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:04:35 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-contact-list.git;a=commitdiff;h=f4bd4e5

The following commit has been merged in the master branch:
commit f4bd4e5f24d4f077db8d80c1fc775f7893edf7d6
Author: George Goldberg <grundleborg at googlemail.com>
Date:   Sat Mar 6 21:10:43 2010 +0000

    Use QHash instead of QMap, since docs say it is quicker for looking up items by key.
    
    svn path=/trunk/playground/network/telepathy-contactlist/; revision=1100123
---
 nepomuk-signal-watcher.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/nepomuk-signal-watcher.h b/nepomuk-signal-watcher.h
index 18d4287..8164f0b 100644
--- a/nepomuk-signal-watcher.h
+++ b/nepomuk-signal-watcher.h
@@ -24,7 +24,7 @@
 
 #include <Nepomuk/Resource>
 
-#include <QtCore/QMap>
+#include <QtCore/QHash>
 #include <QtCore/QObject>
 #include <QtCore/QPair>
 
@@ -78,7 +78,7 @@ private:
 
     Soprano::Util::SignalCacheModel *m_sopranoModel;
 
-    QMap<QString, NepomukSignalWatcher::Watcher*> m_subjectCallbacks;
+    QHash<QString, NepomukSignalWatcher::Watcher*> m_subjectCallbacks;
 };
 
 

-- 
ktp-contact-list packaging



More information about the pkg-kde-commits mailing list