summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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();