diff options
author | Volker Hilsheimer <volker.hilsheimer@nokia.com> | 2009-09-28 22:24:01 (GMT) |
---|---|---|
committer | Volker Hilsheimer <volker.hilsheimer@nokia.com> | 2009-09-28 22:24:37 (GMT) |
commit | 88466bcb2162cd063912dbb0e73982095c15dcba (patch) | |
tree | 201fdd6581031d2fda2296094fb18a45f5daca0f /src/gui/painting/qprinter.cpp | |
parent | 679a6b373a5496c069b1ed668f7eb166237bd0e2 (diff) | |
download | Qt-88466bcb2162cd063912dbb0e73982095c15dcba.zip Qt-88466bcb2162cd063912dbb0e73982095c15dcba.tar.gz Qt-88466bcb2162cd063912dbb0e73982095c15dcba.tar.bz2 |
doc: add some more \since 4.6 tags
Diffstat (limited to 'src/gui/painting/qprinter.cpp')
-rw-r--r-- | src/gui/painting/qprinter.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/gui/painting/qprinter.cpp b/src/gui/painting/qprinter.cpp index eb9b11b..5ff0b96 100644 --- a/src/gui/painting/qprinter.cpp +++ b/src/gui/painting/qprinter.cpp @@ -1275,7 +1275,7 @@ QPrinter::ColorMode QPrinter::colorMode() const buffering up the copies and in those cases the application must make an explicit call to the print code for each copy. - \sa setNumCopies() + \sa setNumCopies(), actualNumCopies() */ int QPrinter::numCopies() const @@ -1286,13 +1286,15 @@ int QPrinter::numCopies() const /*! + \since 4.6 + Returns the number of copies that will be printed. The default value is 1. This function always returns the actual value specified in the print dialog or using setNumCopies(). - \sa setNumCopies(), numCopies(); + \sa setNumCopies(), numCopies() */ int QPrinter::actualNumCopies() const { |