#include <QtGui/qtextobject.h> #ifndef QTEXTOBJECT_H template < > class QTypeInfo < class QTextBlock >{ /* Some contents are skipped to improve readability */ public: enum /*anonymous*/{ /* ... */ isLarge = 1, /* ... */ }; /* ... */ }; #endif // QTEXTOBJECT_H