#include <QtCore/quuid.h>
#ifndef QUUID_H
struct QUuid{
   /* Some contents are skipped to improve readability */
   public: enum Variant{
      VarUnknown = -1,
      NCS = 0,
      DCE = 2,
      Microsoft = 6,
      Reserved = 7,
   };
   /* ... */
};
#endif // QUUID_H