1 2 3 4 5 6 7 8 9
#ifndef OPENSCAD_QHASH_H_ #define OPENSCAD_QHASH_H_ #include <qglobal.h> #include <string> extern uint qHash(const std::string &); #include <QHash> #endif