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