aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/shared
diff options
context:
space:
mode:
authorSze Howe Koh <szehowe.koh@gmail.com>2013-03-27 22:28:24 +0800
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-03-30 01:12:32 +0100
commit064c99b87ed13ecc82311cc166361a409a969b45 (patch)
tree9a2d15a35ebbd309d1dc90c00eb97dd9d7135b48 /examples/quick/shared
parent1f3038d2144603c687d85b0a7962322d3c9ae422 (diff)
Doc: Update module "Qt Declarative" -> "Qt Quick"
Also update examples/README to show the relationship between Qt Quick and Qt QML. Change-Id: I4e50d9f0ddb1ac25ccdfed09f579f76a375b14fe Reviewed-by: Alan Alpert <aalpert@blackberry.com>
Diffstat (limited to 'examples/quick/shared')
-rw-r--r--examples/quick/shared/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/shared/README b/examples/quick/shared/README
index bf16f238c7..2bf26d7c88 100644
--- a/examples/quick/shared/README
+++ b/examples/quick/shared/README
@@ -7,5 +7,5 @@ new to QML are strongly encouraged to go through the official examples
before delving into this directory.
For most application use, see the Qt Quick Components project to find
-ready-made Components you can use in your own projects. Qt Declarative
+ready-made Components you can use in your own projects. Qt Quick
examples do not use them only to avoid external dependencies.