#include <QtCore/qmetatype.h>
template < > struct QMetaTypeId2 < float >{
   /* This entity specializes QMetaTypeId2 */
   /* Some contents are skipped to improve readability */
   public: enum /*anonymous*/{
      /* ... */
      MetaType = 135,
      /* ... */
   };
   /* ... */
};
#endif // QMETATYPE_H