#include <QtCore/qrect.h> #ifndef QRECT_H class QRect{ /* Some contents are skipped to improve readability */ public: inline class QRect& operator |=(class QRect const & r); /* ... */ }; #endif // QRECT_H