#include <QtCore/qrect.h> #ifndef QRECT_H class QRectF{ /* Some contents are skipped to improve readability */ public: inline void moveTo(qreal ax, qreal ay); /* ... */ }; #endif // QRECT_H