From 76420e2123963905eca0566a6d36e6b4585e12ae Mon Sep 17 00:00:00 2001 From: Frederik Gladhorn Date: Fri, 17 Aug 2012 15:15:07 +0200 Subject: Fix qdoc errors in PrinterInfo. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Document parameter and associate comment with function by removing newline. Change-Id: Ib4bb07c325144ef3501aea81d9e49e09b007387d Reviewed-by: Jan-Arve Sæther Reviewed-by: Laszlo Papp --- src/printsupport/kernel/qprinterinfo.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/printsupport/kernel/qprinterinfo.cpp') 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(); -- cgit v1.2.3