Fix a typo in Android docs

One cell spans 7 rows, while it indicated 8 rows. This typo implied that
one row had four columns, unlike all the others.

Change-Id: I6ae6f5b08fa5183228d1fb878d821a22bc2a1d39
Reviewed-by: Luca Di Sera <luca.disera@qt.io>
This commit is contained in:
Thibaut Cuvelier 2022-08-03 12:18:33 +02:00
parent 3b4e92b62d
commit bc1e0e92aa

View File

@ -68,7 +68,7 @@ Qt sets the following manifest configuration by default:
default values are \c anyDensity, \c largeScreens,
\c normalScreens, and \c smallScreens.
\row
\li {1, 8} \l {Android: App Manifest <application>}{<application>}
\li {1, 7} \l {Android: App Manifest <application>}{<application>}
\li android:name
\li The application class name. Default value is
\c {org.qtproject.qt.android.bindings.QtApplication}.