summaryrefslogtreecommitdiff
path: root/src/svg/qsvggenerator.cpp
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2013-02-20 19:46:28 +0100
committerOswald Buddenhagen <oswald.buddenhagen@digia.com>2013-02-20 19:46:39 +0100
commit9144382681a93ccd0f60acf3fccf6d141aa9a53d (patch)
tree4d5a7f0fd811c1391927a8bbdbd60da6e0f06000 /src/svg/qsvggenerator.cpp
parent059802d705b2adda8ccacdf1948d05a918d8a9ef (diff)
parent84abe5fcf2a70de7bf8503641e8617383693882e (diff)
downloadqtsvg-9144382681a93ccd0f60acf3fccf6d141aa9a53d.tar.gz
Merge branch 'stable' into release
Change-Id: I9fa700f17504e7b0e8544d8095e753641bb44a7d
Diffstat (limited to 'src/svg/qsvggenerator.cpp')
-rw-r--r--src/svg/qsvggenerator.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/svg/qsvggenerator.cpp b/src/svg/qsvggenerator.cpp
index 74efc65..a2d4589 100644
--- a/src/svg/qsvggenerator.cpp
+++ b/src/svg/qsvggenerator.cpp
@@ -1,9 +1,9 @@
/****************************************************************************
**
-** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
-** This file is part of the QtSvg module of the Qt Toolkit.
+** This file is part of the Qt SVG module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
@@ -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}
*/
/*!