diff options
Diffstat (limited to 'src/svg/qsvgrenderer.cpp')
-rw-r--r-- | src/svg/qsvgrenderer.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/svg/qsvgrenderer.cpp b/src/svg/qsvgrenderer.cpp index 5e054dc..68a97bf 100644 --- a/src/svg/qsvgrenderer.cpp +++ b/src/svg/qsvgrenderer.cpp @@ -55,6 +55,7 @@ QT_BEGIN_NAMESPACE /*! \class QSvgRenderer + \inmodule QtSvg \ingroup painting \brief The QSvgRenderer class is used to draw the contents of SVG files onto paint devices. @@ -98,7 +99,7 @@ QT_BEGIN_NAMESPACE Finally, the QSvgRenderer class provides the repaintNeeded() signal which is emitted whenever the rendering of the document needs to be updated. - \sa QSvgWidget, {QtSvg Module}, {SVG Viewer Example}, QPicture + \sa QSvgWidget, {Qt Svg C++ Classes}, {SVG Viewer Example}, QPicture */ class QSvgRendererPrivate : public QObjectPrivate |