summaryrefslogtreecommitdiff
path: root/src/myqhash.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/myqhash.h
parent9146f16492b1de0775e81aa7c82d83ccd017c65b (diff)
Ported QCache and related code away from Qt
Diffstat (limited to 'src/myqhash.h')
-rw-r--r--src/myqhash.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/myqhash.h b/src/myqhash.h
deleted file mode 100644
index 9156ec2..0000000
--- a/src/myqhash.h
+++ /dev/null
@@ -1,16 +0,0 @@
-#ifndef OPENSCAD_QHASH_H_
-#define OPENSCAD_QHASH_H_
-
-/*!
- Defines a qHash for std::string.
-
- Note that this header must be included before Qt headers (at least
- before qhash.h) to take effect.
- */
-
-#include <qglobal.h>
-#include <string>
-extern uint qHash(const std::string &);
-#include <QHash>
-
-#endif
contact: Jan Huwald // Impressum