From 067f60f7927fa825b71eed9d94bc280dd70ccc5c Mon Sep 17 00:00:00 2001 From: Assam Boudjelthia Date: Tue, 21 May 2024 10:26:04 +0300 Subject: [PATCH] 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 --- .../doc/src/android-manifest-file-configuration.qdoc | 4 ++-- 1 file 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 {} + \li \li Sets the screen sizes that the app supports, default values are \c anyDensity, \c largeScreens, \c normalScreens, and \c smallScreens.