#include <QtCore/quuid.h> #ifndef QUUID_H struct QUuid{ /* Some contents are skipped to improve readability */ public: uchar data4[8]; /* ... */ }; #endif // QUUID_H