aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/qtquick
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2017-08-17 17:02:56 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2017-08-18 14:53:27 +0000
commit03dce9a65fc376a7688867ebb71df4d725b12b87 (patch)
treee2f17ed371e46087a5f47bc2e0f0eaab5cf5c5b4 /doc/src/qtquick
parente1cca00905e43382311e708cd6cb63ef4df8bc8e (diff)
Doc: Use the umbrella term "device" for both mobile and embedded
Add a glossary entry for "device" to make changing the definition easy and link the first occurrence of "device" in a topic to it, where applicable. Change-Id: Ia1b8b669b0000eea47d6a7b9860d3329d93a4395 Reviewed-by: Vikas Pachdha <vikas.pachdha@qt.io> Reviewed-by: Tarja Sundqvist <tarja.sundqvist@qt.io> Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'doc/src/qtquick')
-rw-r--r--doc/src/qtquick/qtquick-components.qdoc2
-rw-r--r--doc/src/qtquick/qtquick-creating.qdoc3
2 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/qtquick/qtquick-components.qdoc b/doc/src/qtquick/qtquick-components.qdoc
index e0b6e8dfb1..81897f0a5d 100644
--- a/doc/src/qtquick/qtquick-components.qdoc
+++ b/doc/src/qtquick/qtquick-components.qdoc
@@ -88,7 +88,7 @@
Since Qt 5.7, \l {Qt Quick Controls 2} replace Qt Quick Controls 1 and
Qt Labs Controls. They provide lightweight QML types for creating performant
- user interfaces for embedded and mobile devices.
+ user interfaces for \l{glossary-device}{devices}.
Qt Quick Controls 2 achieve improved efficiency by employing a simplified
\l {Styling Qt Quick Controls 2}{styling architecture} when compared to
diff --git a/doc/src/qtquick/qtquick-creating.qdoc b/doc/src/qtquick/qtquick-creating.qdoc
index 1a63026fbc..c663018498 100644
--- a/doc/src/qtquick/qtquick-creating.qdoc
+++ b/doc/src/qtquick/qtquick-creating.qdoc
@@ -147,7 +147,8 @@
\list
\li C++ code
\li Resource files (.qrc)
- \li Code needed for deploying applications to mobile or embedded devices
+ \li Code needed for deploying applications to \l{glossary-device}
+ {devices}
\endlist
To create a Qt Quick UI project: