summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qprinter.cpp
diff options
context:
space:
mode:
authorAndy Shaw <qt-info@nokia.com>2009-04-01 08:30:43 (GMT)
committerAndy Shaw <qt-info@nokia.com>2009-04-01 08:30:43 (GMT)
commit4edf0c16170f0f727536c6eaefca92b40d03f835 (patch)
treee9128f8f29ee67df9864d6b0ce61ff03979c9f6b /src/gui/painting/qprinter.cpp
parent831d2742b7c41924f052acd81620e8bfc58afde7 (diff)
downloadQt-4edf0c16170f0f727536c6eaefca92b40d03f835.zip
Qt-4edf0c16170f0f727536c6eaefca92b40d03f835.tar.gz
Qt-4edf0c16170f0f727536c6eaefca92b40d03f835.tar.bz2
Subject: A couple of minor doc fixes
Reviewed-by: Morten Engvoldsen
Diffstat (limited to 'src/gui/painting/qprinter.cpp')
-rw-r--r--src/gui/painting/qprinter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/painting/qprinter.cpp b/src/gui/painting/qprinter.cpp
index 413f4a1..6c309c7 100644
--- a/src/gui/painting/qprinter.cpp
+++ b/src/gui/painting/qprinter.cpp
@@ -849,7 +849,7 @@ void QPrinter::setPrinterName(const QString &name)
Returns true if the printer currently selected is a valid printer
in the system, or a pure PDF/PostScript printer; otherwise returns false.
- To detect other failures check the output of QPainter::begin() or QPainter::nextPage().
+ To detect other failures check the output of QPainter::begin() or QPrinter::newPage().
\snippet doc/src/snippets/printing-qprinter/errors.cpp 0