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