#include <QtCore/qbitarray.h> #ifndef QBITARRAY_H class QBitArray{ /* Some contents are skipped to improve readability */ public: void fill(bool val, int first, int last); /* ... */ }; #endif // QBITARRAY_H