#include <QtSvg/qsvgrenderer.h> #ifndef QSVGRENDERER_H class QSvgRenderer: public QObject{ /* Some contents are skipped to improve readability */ public: void setViewBox(class QRect const & viewbox); /* ... */ }; #endif // QSVGRENDERER_H