From: Frederik Gladhorn Date: Fri, 17 Aug 2012 13:15:07 +0000 (+0200) Subject: Fix qdoc errors in PrinterInfo. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=76420e2123963905eca0566a6d36e6b4585e12ae;p=profile%2Fivi%2Fqtbase.git Fix qdoc errors in PrinterInfo. Document parameter and associate comment with function by removing newline. Change-Id: Ib4bb07c325144ef3501aea81d9e49e09b007387d Reviewed-by: Jan-Arve Sæther Reviewed-by: Laszlo Papp --- diff --git a/src/printsupport/kernel/qprinterinfo.cpp b/src/printsupport/kernel/qprinterinfo.cpp index 7cef6e6..2094c46 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();