#include <QtCore/qpoint.h>
#ifndef QPOINT_H
class QPointF{
   /* Some contents are skipped to improve readability */
   public: inline qreal y() const
   /* ... */
};
#endif // QPOINT_H