aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2018-10-01 12:39:45 +0000
committerThe Qt Project <gerrit-noreply@qt-project.org>2018-10-01 12:39:45 +0000
commit1dce83ba31e0e480b8eae43c1fc59c6cd5bb4d5c (patch)
tree81c96fe47896b4a238a97fcba3bb973b50156a6d /src/qml
parent91bde278ea2e883b4a46cafb1afc1781c71c1590 (diff)
parent87662fd1b71db11f0759e0be03d8a288ee11b775 (diff)
Merge "Merge remote-tracking branch 'origin/5.11' into 5.12" into refs/staging/5.12
Diffstat (limited to 'src/qml')
-rw-r--r--src/qml/qml/qqmllist.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/qml/qqmllist.cpp b/src/qml/qml/qqmllist.cpp
index edc767b2bb..656a8a470b 100644
--- a/src/qml/qml/qqmllist.cpp
+++ b/src/qml/qml/qqmllist.cpp
@@ -359,7 +359,7 @@ List properties should have no setter. In the example above, the Q_PROPERTY()
declarative will look like this:
\code
-Q_PROPERTY(QQmlListProperty<Fruit> fruit READ fruit);
+Q_PROPERTY(QQmlListProperty<Fruit> fruit READ fruit)
\endcode
QML list properties are type-safe - in this case \c {Fruit} is a QObject type that