#include <QtCore/qchar.h> #ifndef QCHAR_H template < > class QTypeInfo < class QChar >{ /* Some contents are skipped to improve readability */ public: static inline char const * name(); /* ... */ }; #endif // QCHAR_H