#include <QtCore/qchar.h> #ifndef QCHAR_H template < > class QTypeInfo < class QChar >{ /* Some contents are skipped to improve readability */ public: enum /*anonymous*/{ /* ... */ isComplex = 1, /* ... */ }; /* ... */ }; #endif // QCHAR_H