#include <QtCore/qmetatype.h> #ifndef QMETATYPE_H class QMetaType{ /* Some contents are skipped to improve readability */ public: static void* construct(int type, void const * copy = 0); /* ... */ }; #endif // QMETATYPE_H