#include <QtCore/qrect.h> #ifndef QRECT_H class QRectF{ /* Some contents are skipped to improve readability */ public: inline QRectF(class QPointF const & atopLeft, class QSizeF const & asize); /* ... */ }; #endif // QRECT_H