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