#include <QtCore/qrect.h>
#ifndef QRECT_H
class QRectF{
   /* Some contents are skipped to improve readability */
   public: inline void getCoords(qreal* xp1, qreal* yp1, qreal* xp2, qreal* yp2) const
   /* ... */
};
#endif // QRECT_H