#include <QtGui/qpainterpath.h> #ifndef QPAINTERPATH_H class QPainterPath{ /* Some contents are skipped to improve readability */ public: explicit QPainterPath(class QPointF const & startPoint); /* ... */ }; #endif // QPAINTERPATH_H