summaryrefslogtreecommitdiffstats
path: root/src/gui/platform
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2023-12-27 13:28:44 +0100
committerAssam Boudjelthia <assam.boudjelthia@qt.io>2023-12-28 16:16:12 +0000
commitc34c887318c73daaab4610ad2c0d3d3072e1a934 (patch)
treedc48c2a4b25a36a6d3c1c57f5a6aa44b7a58c1fd /src/gui/platform
parent8fd3f7e578ef65a77c4ba1ed981db98d99cd3e98 (diff)
Doc: QAndroidScreen:displayId(): Fix capitalization
Pick-to: 6.7 Change-Id: Ib005db7fd9317250f5a4cf22ff3422eb83ed787c Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
Diffstat (limited to 'src/gui/platform')
-rw-r--r--src/gui/platform/android/qandroidnativeinterface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/platform/android/qandroidnativeinterface.cpp b/src/gui/platform/android/qandroidnativeinterface.cpp
index b20df90a07..c1c4b7149f 100644
--- a/src/gui/platform/android/qandroidnativeinterface.cpp
+++ b/src/gui/platform/android/qandroidnativeinterface.cpp
@@ -47,7 +47,7 @@ QOffscreenSurface *QNativeInterface::QAndroidOffscreenSurface::fromNative(ANati
*/
/*!
\fn int QNativeInterface::QAndroidScreen::displayId() const;
- \return The Id of the underlying Android display.
+ \return the id of the underlying Android display.
*/
QT_DEFINE_NATIVE_INTERFACE(QAndroidScreen);