summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Eliasson <andreas.eliasson@qt.io>2023-03-28 09:35:50 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-03-29 08:26:12 +0000
commit9bf93a468d1c39f982485bccd83e624bc77c1bd6 (patch)
tree3119eaec183a1cdcff6cd5a0405474a8bca5c927
parentf7124018ee57ef06b4e5a1657f1441e62edd5602 (diff)
downloadqtdoc-9bf93a468d1c39f982485bccd83e624bc77c1bd6.tar.gz
Doc: Fix typo
Fixes: QTBUG-112327 Change-Id: I274ac613b881b59d3201254da3f4a694f7c479f4 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> (cherry picked from commit bfc11f0d4652cf75d25dc8ccc564d263ae6549cd) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--doc/src/highdpi.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/highdpi.qdoc b/doc/src/highdpi.qdoc
index c611a041..6765b3dd 100644
--- a/doc/src/highdpi.qdoc
+++ b/doc/src/highdpi.qdoc
@@ -263,8 +263,8 @@
QPlatformScreen::logicalDpi() and QPlatformScreen::devicePixelRatio().
The displayed values should be updated automatically on screen and DPI
- changes, and the dialog should maintain the same size. If this does happen
- then that indicate there might be a bug in Qt.
+ changes, and the dialog should maintain the same size. If not, it might be a
+ Qt bug.
DprGradget is a part Qt's manual test suite, and can
be found at \c{qtbase/tests/manual/highdpi/dprgadget}.