From fd6728a5bc41059e660c697cffcf1140751a12e2 Mon Sep 17 00:00:00 2001 From: John Layt Date: Wed, 12 Mar 2014 20:29:56 +0100 Subject: QPrinter - Doc fix Remove duplicated documentation. Change-Id: I53b6430b69b0e76a04cdc12b32a6bd59756acaa8 Reviewed-by: Andy Shaw --- src/printsupport/kernel/qprinter.cpp | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) (limited to 'src') diff --git a/src/printsupport/kernel/qprinter.cpp b/src/printsupport/kernel/qprinter.cpp index 65dcf515b7..153fb23d36 100644 --- a/src/printsupport/kernel/qprinter.cpp +++ b/src/printsupport/kernel/qprinter.cpp @@ -365,7 +365,7 @@ void QPrinterPrivate::setProperty(QPrintEngine::PrintEnginePropertyKey key, cons \value PageRange The specified page range should be printed. \value CurrentPage Only the current page should be printed. - \sa QAbstractPrintDialog::PrintRange + \sa setPrintRange(), printRange(), QAbstractPrintDialog::PrintRange */ /*! @@ -594,21 +594,6 @@ void QPrinterPrivate::setProperty(QPrintEngine::PrintEnginePropertyKey key, cons the printer. */ - -/* - \enum QPrinter::PrintRange - - This enum is used to specify which print range the application - should use to print. - - \value AllPages All the pages should be printed. - \value Selection Only the selection should be printed. - \value PageRange Print according to the from page and to page options. - \value CurrentPage Only the current page should be printed. - - \sa setPrintRange(), printRange() -*/ - /*! Creates a new printer object with the given \a mode. */ -- cgit v1.2.3