#include <QtCore/qmetatype.h>
#ifndef QMETATYPE_H
class QMetaType{
   /* Some contents are skipped to improve readability */
#ifndef QT_NO_DATASTREAM
   public: static bool load(class QDataStream& stream, int type, void* data);
#endif
   /* ... */
};
#endif // QMETATYPE_H