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