#include <QtSvg/qsvgwidget.h> #ifndef QSVGWIDGET_H class QSvgWidget: public QWidget{ /* Some contents are skipped to improve readability */ private: inline struct QSvgWidgetPrivate const * d_func() const /* ... */ }; #endif // QSVGWIDGET_H