QPrinter - Doc fix

Remove duplicated documentation.

Change-Id: I53b6430b69b0e76a04cdc12b32a6bd59756acaa8
Reviewed-by: Andy Shaw <andy.shaw@digia.com>
This commit is contained in:
John Layt 2014-03-12 20:29:56 +01:00 committed by The Qt Project
parent 513a49d62c
commit fd6728a5bc

View File

@ -365,7 +365,7 @@ void QPrinterPrivate::setProperty(QPrintEngine::PrintEnginePropertyKey key, cons
\value PageRange The specified page range should be printed. \value PageRange The specified page range should be printed.
\value CurrentPage Only the current page 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. 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. Creates a new printer object with the given \a mode.
*/ */