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