diff options
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 |