Android: remove \c format from manifest table row titles

to keep the same format because \c is only used with two
tags which is unconsistent.

Pick-to: 6.7
Change-Id: Ie49f6c22a0f0813d49ea69865a80133ad81011c5
Reviewed-by: Nicholas Bennett <nicholas.bennett@qt.io>
bb10
Assam Boudjelthia 2024-05-21 10:26:04 +03:00
parent b7874f1fab
commit 067f60f792
1 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ Qt sets the following manifest configuration by default:
\warning This field is deprecated and moved to \c build.gradle. It will be removed
in an upcoming release.
\row
\li \c {android:installLocation}
\li android:installLocation
\li Sets the app's installation location, whether internal or external storage.
The default value is \c auto.
\row
@ -65,7 +65,7 @@ Qt sets the following manifest configuration by default:
\li Sets the public version name. Populated from \c ANDROID_VERSION_NAME (qmake)
and \c QT_ANDROID_VERSION_NAME (CMake). The default value is \c {1.0}.
\row
\li \c {<supports-screens>}
\li <supports-screens>
\li Sets the screen sizes that the app supports,
default values are \c anyDensity, \c largeScreens,
\c normalScreens, and \c smallScreens.