summaryrefslogtreecommitdiffstats
path: root/src/printsupport/kernel/qprinter.cpp
diff options
context:
space:
mode:
authorJohn Layt <jlayt@kde.org>2014-03-12 20:29:56 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-17 20:53:21 +0100
commitfd6728a5bc41059e660c697cffcf1140751a12e2 (patch)
treecfb6345f5aa0300c6475a1c952abd650c4e7616b /src/printsupport/kernel/qprinter.cpp
parent513a49d62c34e6b0454bbcbe8a94831d019651a8 (diff)
QPrinter - Doc fix
Remove duplicated documentation. Change-Id: I53b6430b69b0e76a04cdc12b32a6bd59756acaa8 Reviewed-by: Andy Shaw <andy.shaw@digia.com>
Diffstat (limited to 'src/printsupport/kernel/qprinter.cpp')
-rw-r--r--src/printsupport/kernel/qprinter.cpp17
1 files changed, 1 insertions, 16 deletions
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.
*/