#include <QtCore/qpoint.h> #ifndef QPOINT_H template < > class QTypeInfo < class QPointF >{ /* Some contents are skipped to improve readability */ public: static inline char const * name(); /* ... */ }; #endif // QPOINT_H