summaryrefslogtreecommitdiff
path: root/src/PolySetCache.h
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2011-11-09 02:18:32 (GMT)
committerMarius Kintel <marius@kintel.net>2011-11-09 02:18:32 (GMT)
commit96c480b1bd8da7f4f47d3f67653346052a0a9a5e (patch)
tree9a719c0d287e3aa8eb8df6a0785600d1106b962d /src/PolySetCache.h
parent9146f16492b1de0775e81aa7c82d83ccd017c65b (diff)
Ported QCache and related code away from Qt
Diffstat (limited to 'src/PolySetCache.h')
-rw-r--r--src/PolySetCache.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/PolySetCache.h b/src/PolySetCache.h
index d1efeb7..d241fad 100644
--- a/src/PolySetCache.h
+++ b/src/PolySetCache.h
@@ -1,8 +1,7 @@
#ifndef POLYSETCACHE_H_
#define POLYSETCACHE_H_
-#include "myqhash.h"
-#include <QCache>
+#include "cache.h"
#include "memory.h"
class PolySetCache
@@ -28,7 +27,7 @@ private:
~cache_entry() { }
};
- QCache<std::string, cache_entry> cache;
+ Cache<std::string, cache_entry> cache;
};
#endif
contact: Jan Huwald // Impressum