#include <QtCore/quuid.h> #ifndef QUUID_H struct QUuid{ /* Some contents are skipped to improve readability */ public: bool operator <(struct QUuid const & other) const /* ... */ }; #endif // QUUID_H