summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qpaintdevice.qdoc
diff options
context:
space:
mode:
authorChristian Kamm <christian.d.kamm@nokia.com>2009-11-30 13:19:50 (GMT)
committerChristian Kamm <christian.d.kamm@nokia.com>2009-11-30 13:19:50 (GMT)
commita812f864005cded35db2e51434d9c150a4d720d3 (patch)
tree96b403e7016cb04a48bd2d1afb0e74e66a1eabb9 /src/gui/painting/qpaintdevice.qdoc
parent00bb48127cf0954555402d59a18e55223c707a53 (diff)
downloadQt-a812f864005cded35db2e51434d9c150a4d720d3.zip
Qt-a812f864005cded35db2e51434d9c150a4d720d3.tar.gz
Qt-a812f864005cded35db2e51434d9c150a4d720d3.tar.bz2
Fix a documentation typo.
Reviewed-by: Samuel Rødal
Diffstat (limited to 'src/gui/painting/qpaintdevice.qdoc')
-rw-r--r--src/gui/painting/qpaintdevice.qdoc2
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.