diff options
| author | Andy Shaw <[email protected]> | 2015-04-17 08:10:10 +0200 |
|---|---|---|
| committer | Andy Shaw <[email protected]> | 2015-05-26 06:49:13 +0000 |
| commit | 79be2601225bdb50cab72e2502b7d7f9ee81e94f (patch) | |
| tree | 071db2a02e42df434992989eac0fc5ae0f998c93 /src | |
| parent | ab156fcedd4c2d2856c0b46699c32926288be292 (diff) | |
Fix documentation of obsoleted functions to show the right replacement
Change-Id: Ib008a5544d68d93e1f96ff6b7504e9a7ea4bb192
Reviewed-by: Friedemann Kleint <[email protected]>
Diffstat (limited to 'src')
| -rw-r--r-- | src/printsupport/kernel/qprinter.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/printsupport/kernel/qprinter.cpp b/src/printsupport/kernel/qprinter.cpp index 8ed2732c1ed..d7df796afbd 100644 --- a/src/printsupport/kernel/qprinter.cpp +++ b/src/printsupport/kernel/qprinter.cpp @@ -1764,7 +1764,7 @@ QRectF QPrinter::paperRect(Unit unit) const } /*! - \obsolete Use pageLayout().paintRect() instead. + \obsolete Use pageLayout().paintRectPixels(resolution()) instead. Returns the page's rectangle; this is usually smaller than the paperRect() since the page normally has margins between its @@ -1781,7 +1781,7 @@ QRect QPrinter::pageRect() const } /*! - \obsolete Use pageLayout().fullPageRect() instead. + \obsolete Use pageLayout().fullRectPixels(resolution()) instead. Returns the paper's rectangle; this is usually larger than the pageRect(). |
