summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2017-04-18 16:26:58 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2017-04-19 09:25:18 +0000
commita4588ae63a110e51085edb8e3533ca92bad6914f (patch)
tree4ee525fb0ccb0d24c0f63c7edff40f72f34751f6 /doc
parent43c25f8dd7f05ba33da1d1763731e4b0cd5f1c97 (diff)
downloadqt-creator-a4588ae63a110e51085edb8e3533ca92bad6914f.tar.gz
Doc: Fix changed Qt Quick UI Prototype wizard name
Change-Id: I86f3991536d9daab38a45a7502176df1dfce6715 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/src/projects/creator-projects-creating.qdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/projects/creator-projects-creating.qdoc b/doc/src/projects/creator-projects-creating.qdoc
index f745fc280d..f9bbddd845 100644
--- a/doc/src/projects/creator-projects-creating.qdoc
+++ b/doc/src/projects/creator-projects-creating.qdoc
@@ -164,12 +164,12 @@
Projects with boilerplate code for a Qt or Google test. For more
information, see \l {Creating Tests}.
- \li Qt Quick UI
+ \li Qt Quick UI Prototype
Use a single QML file that contains the main view. You can
- review \l{Creating Qt Quick UI Projects}{Qt Quick UI projects}
+ review \l{Creating Qt Quick UI Projects}{Qt Quick UI prototypes}
in a \l{Previewing QML Files}{preview tool} and you need not
- build them. Qt Quick UI projects cannot be deployed to embedded
+ build them. Qt Quick UI prototypes cannot be deployed to embedded
or mobile target platforms. For those platforms, create a
Qt Quick application instead.