#include <QtCore/qrect.h> #ifndef QRECT_H class QRect{ /* Some contents are skipped to improve readability */ public: inline void getRect(int* ax, int* ay, int* aw, int* ah) const /* ... */ }; #endif // QRECT_H