summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoni Poikelin <joni.poikelin@qt.io>2018-04-20 18:58:09 +0300
committerJoni Poikelin <joni.poikelin@qt.io>2018-04-23 10:53:19 +0000
commite2a103e0904b6d9a29fcf8e0d92560941265e7db (patch)
treeefade029ff3f1a28daf8070bd1ce39d50f31af8d
parent5aab2cac19ef2fbb241ca0bdc7c07388858ca0e1 (diff)
downloadqtdoc-e2a103e0904b6d9a29fcf8e0d92560941265e7db.tar.gz
Indicate that qtquick1 has not been available since 5.6
Change-Id: I0a1b45f781670fc50283efff21508451b2da3242 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
-rw-r--r--doc/src/qmlapp/porting.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/qmlapp/porting.qdoc b/doc/src/qmlapp/porting.qdoc
index 3371ccb6..98153578 100644
--- a/doc/src/qmlapp/porting.qdoc
+++ b/doc/src/qmlapp/porting.qdoc
@@ -233,8 +233,8 @@ an overview of creating QML plugins in Qt 5.
\section2 QtDeclarative module in Qt 5
-For the purposes of porting older applications, the \c {QtDeclarative} module is still available in Qt
-5 but has been renamed to \c {Qt Quick 1}. Applications that required Qt Quick 1 specific API (e.g.
+For the purposes of porting older applications, the \c {QtDeclarative} module has been available until
+Qt 5.6 but has been renamed to \c {Qt Quick 1}. Applications that required Qt Quick 1 specific API (e.g.
QDeclarativeView or QDeclarativeItem and the Graphics View integration) can use this module. Note
that new applications should use the new \l {Qt QML} and \l {Qt Quick} modules instead.