#include <QtCore/qbitarray.h>
#ifndef QBITARRAY_H
class QBitRef{
   /* Some contents are skipped to improve readability */
   private: class QBitArray& a;
   /* ... */
};
#endif // QBITARRAY_H