#include <QtCore/qbitarray.h> #ifndef QBITARRAY_H template < > class QTypeInfo < class QBitArray >{ /* Some contents are skipped to improve readability */ public: enum /*anonymous*/{ /* ... */ isLarge = 0, /* ... */ }; /* ... */ }; #endif // QBITARRAY_H