#include <QtCore/qbitarray.h> #ifndef QBITARRAY_H template < > class QTypeInfo < class QBitArray >{ /* Some contents are skipped to improve readability */ public: static inline char const * name(); /* ... */ }; #endif // QBITARRAY_H