#include <QtGui/qpainterpath.h>
#ifndef QPAINTERPATH_H
class QPainterPath{
   /* Some contents are skipped to improve readability */
   public: class QList < class QPolygonF > toFillPolygons(class QMatrix const & matrix = QMatrix::QMatrix()) const
   /* ... */
};
#endif // QPAINTERPATH_H