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