#include <QtGui/qimage.h> #ifndef QIMAGE_H template < > class QTypeInfo < class QImage >{ /* Some contents are skipped to improve readability */ public: enum /*anonymous*/{ /* ... */ isStatic = 0, /* ... */ }; /* ... */ }; #endif // QIMAGE_H