aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/doc/src/cppintegration
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@qt.io>2018-04-18 09:39:28 +0200
committerSimon Hausmann <simon.hausmann@qt.io>2018-05-02 15:46:18 +0000
commit02fec0dbd7b9774d17690e378b814ff075ac6299 (patch)
tree8d17d8734a185eb547a9539fb65deba558ddc5c6 /src/qml/doc/src/cppintegration
parent057e37dba9e06c70012ed36e5998880ac277c06f (diff)
Minor tweak to the docs for sequence types
Let's clarify that they behave like arrays but aren't strictly arrays. The paragraph further down emphasizes that as well, but it makes sense to soften the wording in the introduction sentence. Task-number: QTBUG-67775 Change-Id: I7cce6a21acde0a69858bbc9d41cea6674c488228 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'src/qml/doc/src/cppintegration')
-rw-r--r--src/qml/doc/src/cppintegration/data.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qml/doc/src/cppintegration/data.qdoc b/src/qml/doc/src/cppintegration/data.qdoc
index 9b2771c18e..9d1a03a399 100644
--- a/src/qml/doc/src/cppintegration/data.qdoc
+++ b/src/qml/doc/src/cppintegration/data.qdoc
@@ -262,8 +262,8 @@ local timezone will be used ignoring any DST complications it may have.
\section2 Sequence Type to JavaScript Array
-Certain C++ sequence types are supported transparently in QML as JavaScript
-\c Array types.
+Certain C++ sequence types are supported transparently in QML to behave like
+JavaScript \c Array types.
In particular, QML currently supports:
\list