summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qpdfwriter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/painting/qpdfwriter.cpp')
-rw-r--r--src/gui/painting/qpdfwriter.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/painting/qpdfwriter.cpp b/src/gui/painting/qpdfwriter.cpp
index e3bddb7466..692fe686d8 100644
--- a/src/gui/painting/qpdfwriter.cpp
+++ b/src/gui/painting/qpdfwriter.cpp
@@ -118,7 +118,7 @@ QString QPdfWriter::title() const
}
/*!
- Sets the title of the document being created.
+ Sets the title of the document being created to \a title.
*/
void QPdfWriter::setTitle(const QString &title)
{
@@ -136,7 +136,7 @@ QString QPdfWriter::creator() const
}
/*!
- Sets the creator of the document.
+ Sets the creator of the document to \a creator.
*/
void QPdfWriter::setCreator(const QString &creator)
{