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