#include <QtCore/qbitarray.h> #ifndef QBITARRAY_H class QBitArray{ /* Some contents are skipped to improve readability */ public: inline class QBitRef operator [](uint i); /* ... */ }; #endif // QBITARRAY_H