#include <QtGui/qpolygon.h> #ifndef QPOLYGON_H class QPolygonF: public QVector < class QPointF >{ /* Some contents are skipped to improve readability */ public: inline QPolygonF(class QVector < class QPointF > const & v); /* ... */ }; #endif // QPOLYGON_H