#include <QtGui/qpainter.h>
#ifndef QPAINTER_H
class QPainter{
   /* Some contents are skipped to improve readability */
   public: void drawPolygon(class QPointF const * points, int pointCount, enum Qt::FillRule fillRule = Qt::OddEvenFill);
   /* ... */
};
#endif // QPAINTER_H