summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlli Vuolteenaho <olli.vuolteenaho@qt.io>2024-05-13 11:06:38 +0300
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2024-05-16 04:39:20 +0000
commit0b19b89f16298175edaed4f07c0c76f77737a75c (patch)
tree6b0c54d041a416985e1208401f79f13c4ab9bb49
parentf200b1ffa7031db6d2966e979428ae5a80fefe1f (diff)
Fix small mistakes in QtTAS documentation
Fix the wrong path to the example - this is not a major problem as the screenshot below already shows the correct example path. This was discussed in the earlier code review but we still managed to get in wrong. Also fix two small style issues with capitalization. Change-Id: I2e825022202c4e250ad8b5ed34c35ad6d68c8356 Reviewed-by: Nicholas Bennett <nicholas.bennett@qt.io> (cherry picked from commit e08c27ff1b31abc24b998d3aa4529b188424a7b5) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--doc/src/platforms/android/android-studio-tools-plugin.qdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/platforms/android/android-studio-tools-plugin.qdoc b/doc/src/platforms/android/android-studio-tools-plugin.qdoc
index 098229a82..196ca8581 100644
--- a/doc/src/platforms/android/android-studio-tools-plugin.qdoc
+++ b/doc/src/platforms/android/android-studio-tools-plugin.qdoc
@@ -118,7 +118,7 @@
\list 1
\li\l{https://developer.android.com/studio}{Download} and install Android
Studio version Giraffe | 2023.1.1 Canary 1 or later.
- \li Head to the plugin's Intellij marketplace page to
+ \li Head to the plugin's IntelliJ marketplace page to
\l{https://plugins.jetbrains.com/plugin/24060-qt-tools-for-android-studio}{download}
the plugin's jar file.
\li Start Android Studio.
@@ -145,7 +145,7 @@
targeting.
\image android-studio-plugin/SettingsSet.png
\list
- \li For a windows host select \c{qt-qmake.bat}.
+ \li For a Windows host select \c{qt-qmake.bat}.
\li For other operating systems select \c{qt-cmake}.
\endlist
\endlist
@@ -170,7 +170,7 @@
\endlist
The example projects are located under your Qt installation directory
- in \c{Qt/Examples/<qt version>/qtdeclarative/examples/platforms/android/}.
+ in \c{Qt/Examples/<qt version>/platforms/android/}.
To test the examples:
\list 1
\li From Android Studio's welcome screen, select \uicontrol{Open}.