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