#include <QtCore/qglobal.h>
template < typename T > class QTypeInfo < T* >{
   /* This entity specializes QTypeInfo */
   /* Some contents are skipped to improve readability */
   public: enum /*anonymous*/{
      /* ... */
      isDummy = 0,
      /* ... */
   };
   /* ... */
};
#else
#endif /* QT_NO_PARTIAL_TEMPLATE_SPECIALIZATION */
#endif /* __cplusplus */
#endif /* QGLOBAL_H */