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