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