#include <QtGui/qpolygon.h> #ifndef QPOLYGON_H class QPolygon: public QVector < class QPoint >{ /* Some contents are skipped to improve readability */ public: void putPoints(int index, int nPoints, class QPolygon const & from, int fromIndex = 0); /* ... */ }; #endif // QPOLYGON_H