#include <QtCore/qbitarray.h>
#ifndef QBITARRAY_H
class QBitRef{
   /* Some contents are skipped to improve readability */
   public: inline bool operator !() const
   /* ... */
};
#endif // QBITARRAY_H