#include <QtCore/quuid.h> #ifndef QUUID_H struct QUuid{ /* Some contents are skipped to improve readability */ public: inline QUuid(uint l, ushort w1, ushort w2, uchar b1, uchar b2, uchar b3, uchar b4, uchar b5, uchar b6, uchar b7, uchar b8); /* ... */ }; #endif // QUUID_H