summaryrefslogtreecommitdiffstats
path: root/src/printsupport/kernel
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@digia.com>2012-11-29 10:41:22 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-30 00:48:50 +0100
commitafaec998c447e55aaf834a8a6cf8362aa073cadc (patch)
treece0e6a283aac06994020b43cbc79cb005cc5b73c /src/printsupport/kernel
parent753a47892588b2dead91b4ce033b1510f1496fe5 (diff)
Fix print support docs
Make sure qdoc generates a correct overview for the module. Change-Id: I6ea95638459201a0bb09f2e645173ade3a36f0e0 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'src/printsupport/kernel')
-rw-r--r--src/printsupport/kernel/qprinter.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/printsupport/kernel/qprinter.cpp b/src/printsupport/kernel/qprinter.cpp
index bc8ce5f1cb..dcb09aa93c 100644
--- a/src/printsupport/kernel/qprinter.cpp
+++ b/src/printsupport/kernel/qprinter.cpp
@@ -268,7 +268,7 @@ void QPrinterPrivate::addToManualSetList(QPrintEngine::PrintEnginePropertyKey ke
extend printing support to cover new types of printing subsystem by
subclassing QPrintEngine and reimplementing its interface.
- \sa QPrintDialog, {Printing with Qt}
+ \sa QPrintDialog, {Qt Print Support}
*/
/*!
@@ -1263,7 +1263,7 @@ void QPrinter::setCollateCopies(bool collate)
printer's margins, so the application must account for the margins
itself.
- \sa fullPage(), setPaperSize(), width(), height(), {Printing with Qt}
+ \sa fullPage(), setPaperSize(), width(), height()
*/
void QPrinter::setFullPage(bool fp)