aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2018-10-01 11:59:36 +0200
committerLiang Qi <liang.qi@qt.io>2018-10-01 11:59:36 +0200
commit87662fd1b71db11f0759e0be03d8a288ee11b775 (patch)
tree7e9659b6e581205c798844388cffcec88ecaa112 /src/qml/qml
parente8b01250fdbef269379df8c2481c9482317e8220 (diff)
parent777cd6e9b10c83f5826fde67ad00a85c978218c0 (diff)
Merge remote-tracking branch 'origin/5.11' into 5.12
Conflicts: src/quick/items/qquickevents_p_p.h Change-Id: I8c699aeb46903e2ea80a97a346cb5af460859a98
Diffstat (limited to 'src/qml/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