diff options
Diffstat (limited to 'src/myqhash.h')
-rw-r--r-- | src/myqhash.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/myqhash.h b/src/myqhash.h new file mode 100644 index 0000000..13eba09 --- /dev/null +++ b/src/myqhash.h @@ -0,0 +1,9 @@ +#ifndef OPENSCAD_QHASH_H_ +#define OPENSCAD_QHASH_H_ + +#include <qglobal.h> +#include <string> +extern uint qHash(const std::string &); +#include <QHash> + +#endif |