summaryrefslogtreecommitdiff
path: root/src/svg/qsvggenerator.cpp
diff options
context:
space:
mode:
authorSze Howe Koh <szehowe.koh@gmail.com>2013-01-25 19:38:32 +0800
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-01-26 00:37:45 +0100
commit4c5311698427746772df628d26689a44484bb879 (patch)
treebbe7abd5feedb9a017a35b470e73bd9096036c1e /src/svg/qsvggenerator.cpp
parent8ce0f65e1abf3b0b9a1684dac3a32cd0b03ffc3c (diff)
downloadqtsvg-4c5311698427746772df628d26689a44484bb879.tar.gz
Doc: Fix module name format
Follow the conventions at http://qt-project.org/wiki/Spelling_Module_Names_in_Qt_Documentation Change-Id: Iec74520d922bf87241eca8e12698ed3fbff84367 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'src/svg/qsvggenerator.cpp')
-rw-r--r--src/svg/qsvggenerator.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/svg/qsvggenerator.cpp b/src/svg/qsvggenerator.cpp
index ccd390f..d5c3e2a 100644
--- a/src/svg/qsvggenerator.cpp
+++ b/src/svg/qsvggenerator.cpp
@@ -94,7 +94,7 @@ public:
outputDevice = 0;
resolution = 72;
- attributes.document_title = QLatin1String("Qt Svg Document");
+ attributes.document_title = QLatin1String("Qt SVG Document");
attributes.document_description = QLatin1String("Generated with Qt");
attributes.font_family = QLatin1String("serif");
attributes.font_size = QLatin1String("10pt");
@@ -540,7 +540,7 @@ public:
The \l{SVG Generator Example} shows how the same painting commands can be used
for painting a widget and writing an SVG file.
- \sa QSvgRenderer, QSvgWidget, {Qt Svg C++ Classes}
+ \sa QSvgRenderer, QSvgWidget, {Qt SVG C++ Classes}
*/
/*!