#include <QtCore/qrect.h> #ifndef QRECT_H template < > class QTypeInfo < class QRectF >{ /* Some contents are skipped to improve readability */ public: enum /*anonymous*/{ /* ... */ isPointer = 0, /* ... */ }; /* ... */ }; #endif // QRECT_H