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