From c34c887318c73daaab4610ad2c0d3d3072e1a934 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20K=C3=B6hne?= Date: Wed, 27 Dec 2023 13:28:44 +0100 Subject: Doc: QAndroidScreen:displayId(): Fix capitalization Pick-to: 6.7 Change-Id: Ib005db7fd9317250f5a4cf22ff3422eb83ed787c Reviewed-by: Assam Boudjelthia --- src/gui/platform/android/qandroidnativeinterface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3