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>
This commit is contained in:
Frederik Gladhorn 2012-08-17 15:15:07 +02:00 committed by Qt by Nokia
parent 3db9344f04
commit 76420e2123

View File

@ -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 The return value should be checked using isNull() before being
used, in case the named printer does not exist. used, in case the named printer does not exist.
@ -247,7 +247,6 @@ QPrinterInfo QPrinterInfo::defaultPrinter()
\since 5.0 \since 5.0
\sa isNull() \sa isNull()
*/ */
QPrinterInfo QPrinterInfo::printerInfo(const QString &printerName) QPrinterInfo QPrinterInfo::printerInfo(const QString &printerName)
{ {
QPlatformPrinterSupport *ps = QPlatformPrinterSupportPlugin::get(); QPlatformPrinterSupport *ps = QPlatformPrinterSupportPlugin::get();