summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Zander <thomas.zander@trolltech.com>2009-06-10 11:31:06 (GMT)
committerThomas Zander <thomas.zander@trolltech.com>2009-06-10 11:33:59 (GMT)
commit62725a02652cee576efe055d1371765945045026 (patch)
treee0eae532f769c963ee4809d0b8f7601725aed705
parent8179a9e2cd52b24c70b194106dd170ed1bb677e4 (diff)
downloadQt-62725a02652cee576efe055d1371765945045026.zip
Qt-62725a02652cee576efe055d1371765945045026.tar.gz
Qt-62725a02652cee576efe055d1371765945045026.tar.bz2
add some api docs to clarify what collate does
-rw-r--r--src/gui/painting/qprinter.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/painting/qprinter.cpp b/src/gui/painting/qprinter.cpp
index ba208fd..ce33893 100644
--- a/src/gui/painting/qprinter.cpp
+++ b/src/gui/painting/qprinter.cpp
@@ -1308,6 +1308,9 @@ void QPrinter::setNumCopies(int numCopies)
Returns true if collation is turned on when multiple copies is selected.
Returns false if it is turned off when multiple copies is selected.
+ When collating is turned off the printing of each individual page will be repeated
+ the numCopies() amount before the next page is started. With collating turned on
+ all pages are printed before the next copy of those pages is started.
\sa setCollateCopies()
*/