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