changeset 60:60c1e0a2cacf

Fix compile problem.
author Tom Fredrik Blenning Klaussen <bfg@blenning.no>
date Fri, 14 Sep 2012 20:23:45 +0200
parents 74be5a2f49db
children e5fa379d4030
files ThreadSafeLookup.hpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ThreadSafeLookup.hpp	Fri Sep 14 00:20:06 2012 +0200
+++ b/ThreadSafeLookup.hpp	Fri Sep 14 20:23:45 2012 +0200
@@ -1,7 +1,7 @@
 #ifndef THREADSAFELOOKUP_HPP
 #define THREADSAFELOOKUP_HPP
 
-#include <QtCore/QMap>
+#include <QtCore/QHash>
 #include <QtCore/QMutex>
 
 #include <boost/optional.hpp>