summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Eliasson <andreas.eliasson@qt.io>2023-03-28 09:35:50 +0200
committerAndreas Eliasson <andreas.eliasson@qt.io>2023-03-29 10:07:57 +0200
commitbfc11f0d4652cf75d25dc8ccc564d263ae6549cd (patch)
tree1951cd2fc56659847330571cebac0cae55ff641e
parent862beb375d901bfa6f1c10a298ef7925bad007b3 (diff)
downloadqtdoc-bfc11f0d4652cf75d25dc8ccc564d263ae6549cd.tar.gz
Doc: Fix typo
Fixes: QTBUG-112327 Pick-to: 6.5 6.4 6.2 Change-Id: I274ac613b881b59d3201254da3f4a694f7c479f4 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
-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}.