Doc: QAndroidScreen:displayId(): Fix capitalization

Pick-to: 6.7
Change-Id: Ib005db7fd9317250f5a4cf22ff3422eb83ed787c
Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
bb10
Kai Köhne 2023-12-27 13:28:44 +01:00 committed by Assam Boudjelthia
parent 8fd3f7e578
commit c34c887318
1 changed files with 1 additions and 1 deletions

View File

@ -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);