diff options
author | Trond Kjernåsen <trond@trolltech.com> | 2010-02-15 10:00:56 (GMT) |
---|---|---|
committer | Trond Kjernåsen <trond@trolltech.com> | 2010-02-15 10:00:56 (GMT) |
commit | 77715148d635c31d7042140c93013a1af77f2967 (patch) | |
tree | 32180f470d23c702d18ceb1a1353623ed308bd84 /src/gui/painting/qprintengine.h | |
parent | 4a47bf6a06a4f7ebbf2336cd643c50332ac76d6d (diff) | |
download | Qt-77715148d635c31d7042140c93013a1af77f2967.zip Qt-77715148d635c31d7042140c93013a1af77f2967.tar.gz Qt-77715148d635c31d7042140c93013a1af77f2967.tar.bz2 |
Replaced the numCopies()/setNumCopies() and actualNumCopies() API.
Obsoleted the numCopies()/setNumCopies()/actualNumCopies() with
copyCount()/setCopyCount() and supportsMultipleCopies(). The
old numCopies() was confusing since it returned the number
of times a job had to be printed to get the copies you wanted.
Now copyCount() and setCopyCount() are symmetric, and always returns
the number of copies the user want to print.
Task-number: QTBUG-5605
Reviewed-by: Kim
Diffstat (limited to 'src/gui/painting/qprintengine.h')
-rw-r--r-- | src/gui/painting/qprintengine.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/painting/qprintengine.h b/src/gui/painting/qprintengine.h index 35715fb..71ff954 100644 --- a/src/gui/painting/qprintengine.h +++ b/src/gui/painting/qprintengine.h @@ -86,6 +86,8 @@ public: PPK_PaperSources, PPK_CustomPaperSize, PPK_PageMargins, + PPK_CopyCount, + PPK_SupportsMultipleCopies, PPK_PaperSize = PPK_PageSize, PPK_CustomBase = 0xff00 |