From 4423c010301b8a94addee0ab0b3561023bba7290 Mon Sep 17 00:00:00 2001 From: Marius Kintel Date: Wed, 3 Nov 2010 19:24:19 +0100 Subject: Added note about when to include diff --git a/src/myqhash.h b/src/myqhash.h index 13eba09..9156ec2 100644 --- a/src/myqhash.h +++ b/src/myqhash.h @@ -1,6 +1,13 @@ #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 #include extern uint qHash(const std::string &); -- cgit v0.10.1