summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@nokia.com>2012-08-17 15:15:07 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-28 21:07:40 +0200
commit76420e2123963905eca0566a6d36e6b4585e12ae (patch)
tree8a008272cf8d4de61f05b5311432715f4f6afdce
parent3db9344f04642108ffc7bb9dcc688d2ce7dbb9d3 (diff)
Fix qdoc errors in PrinterInfo.
Document parameter and associate comment with function by removing newline. Change-Id: Ib4bb07c325144ef3501aea81d9e49e09b007387d Reviewed-by: Jan-Arve Sæther <jan-arve.saether@nokia.com> Reviewed-by: Laszlo Papp <lpapp@kde.org>
-rw-r--r--src/printsupport/kernel/qprinterinfo.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/printsupport/kernel/qprinterinfo.cpp b/src/printsupport/kernel/qprinterinfo.cpp
index 7cef6e649a..2094c46d33 100644
--- a/src/printsupport/kernel/qprinterinfo.cpp
+++ b/src/printsupport/kernel/qprinterinfo.cpp
@@ -239,7 +239,7 @@ QPrinterInfo QPrinterInfo::defaultPrinter()
}
/*!
- Returns the named printer.
+ Returns the printer \a printerName.
The return value should be checked using isNull() before being
used, in case the named printer does not exist.
@@ -247,7 +247,6 @@ QPrinterInfo QPrinterInfo::defaultPrinter()
\since 5.0
\sa isNull()
*/
-
QPrinterInfo QPrinterInfo::printerInfo(const QString &printerName)
{
QPlatformPrinterSupport *ps = QPlatformPrinterSupportPlugin::get();