summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAssam Boudjelthia <assam.boudjelthia@qt.io>2024-05-21 10:26:04 +0300
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2024-05-21 21:22:03 +0000
commitf9ce500915cfd47c46f02d8ee0b081525d3c317b (patch)
treec6ca4a8489e61eb6dad07c56547cd68861a5d5c3
parentQWindows11Style: Initialize colorSchemeIndex/highContrastTheme in ctor (diff)
downloadqtbase-f9ce500915cfd47c46f02d8ee0b081525d3c317b.tar.xz
qtbase-f9ce500915cfd47c46f02d8ee0b081525d3c317b.zip
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. Change-Id: Ie49f6c22a0f0813d49ea69865a80133ad81011c5 Reviewed-by: Nicholas Bennett <nicholas.bennett@qt.io> (cherry picked from commit 067f60f7927fa825b71eed9d94bc280dd70ccc5c) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/android/templates/doc/src/android-manifest-file-configuration.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/android/templates/doc/src/android-manifest-file-configuration.qdoc b/src/android/templates/doc/src/android-manifest-file-configuration.qdoc
index 79268f7576..d32d16aa47 100644
--- a/src/android/templates/doc/src/android-manifest-file-configuration.qdoc
+++ b/src/android/templates/doc/src/android-manifest-file-configuration.qdoc
@@ -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.