#include <QtGui/qpainterpath.h> #ifndef QPAINTERPATH_H class QPainterPath{ /* Some contents are skipped to improve readability */ public: void arcTo(class QRectF const & rect, qreal startAngle, qreal arcLength); /* ... */ }; #endif // QPAINTERPATH_H