summaryrefslogtreecommitdiffstats
path: root/src/printsupport/kernel
diff options
context:
space:
mode:
authorCasper van Donderen <casper.vandonderen@nokia.com>2012-05-08 11:13:18 +0200
committerMarius Storm-Olsen <marius.storm-olsen@nokia.com>2012-05-09 08:37:10 +0200
commit1794c3b7a1f2b27aaadfc20cea587284e336080e (patch)
treeb31aa523d1d5763019984e60880ba1fbb2e8955b /src/printsupport/kernel
parent03d81b0100af4bb9d44a9fa9de55bb4e9e6a0f5d (diff)
Doc: Modularize QtPrintSupport documentation.
This change moves the snippets and images to the modularized directories. Change-Id: Ib8f8556bcef13593ee40ac1122d765ed307ecb93 Reviewed-by: Marius Storm-Olsen <marius.storm-olsen@nokia.com>
Diffstat (limited to 'src/printsupport/kernel')
-rw-r--r--src/printsupport/kernel/qprinter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/printsupport/kernel/qprinter.cpp b/src/printsupport/kernel/qprinter.cpp
index 6682550849..fef96d73eb 100644
--- a/src/printsupport/kernel/qprinter.cpp
+++ b/src/printsupport/kernel/qprinter.cpp
@@ -740,7 +740,7 @@ void QPrinter::setPrinterName(const QString &name)
To detect other failures check the output of QPainter::begin() or QPrinter::newPage().
- \snippet doc/src/snippets/printing-qprinter/errors.cpp 0
+ \snippet printing-qprinter/errors.cpp 0
\sa setPrinterName()
*/