diff options
author | Christian Kamm <christian.d.kamm@nokia.com> | 2009-11-30 13:19:50 (GMT) |
---|---|---|
committer | Christian Kamm <christian.d.kamm@nokia.com> | 2009-11-30 13:19:50 (GMT) |
commit | a812f864005cded35db2e51434d9c150a4d720d3 (patch) | |
tree | 96b403e7016cb04a48bd2d1afb0e74e66a1eabb9 | |
parent | 00bb48127cf0954555402d59a18e55223c707a53 (diff) | |
download | Qt-a812f864005cded35db2e51434d9c150a4d720d3.zip Qt-a812f864005cded35db2e51434d9c150a4d720d3.tar.gz Qt-a812f864005cded35db2e51434d9c150a4d720d3.tar.bz2 |
Fix a documentation typo.
Reviewed-by: Samuel Rødal
-rw-r--r-- | src/gui/painting/qpaintdevice.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/painting/qpaintdevice.qdoc b/src/gui/painting/qpaintdevice.qdoc index ac1c3de..e923e90 100644 --- a/src/gui/painting/qpaintdevice.qdoc +++ b/src/gui/painting/qpaintdevice.qdoc @@ -82,7 +82,7 @@ horizontal and vertical resolution of the device in dots per inch. The physicalDpiX() and physicalDpiY() functions also return the resolution of the device in dots per inch, but note that if - the logical and vertical resolution differ, the corresponding + the logical and physical resolution differ, the corresponding QPaintEngine must handle the mapping. Finally, the colorCount() function returns the number of different colors available for the paint device. |