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