diff options
author | Marius Kintel <marius@kintel.net> | 2011-11-21 20:00:44 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-11-21 20:00:44 (GMT) |
commit | 077c144c867d07eced8b50e769089dcbfbfc96b9 (patch) | |
tree | f9fe35cb249180e5df6a543c72ed072a639bd3a7 /src/myqhash.h | |
parent | 00cff177efaab72a58045cb4593ea9a3293853d7 (diff) | |
parent | cabff81c70f7d9083c47f5be8b5bc071168e6b35 (diff) |
Merge branch 'cache'
Diffstat (limited to 'src/myqhash.h')
-rw-r--r-- | src/myqhash.h | 16 |
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 |