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