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