From 4441cefd76446a9e464665bd7fb0666f0e2495c3 Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Thu, 27 Sep 2018 10:04:42 +0200 Subject: Doc: Remove wrong ';' from Q_PROPERTY example This won't compile. Change-Id: I823435673ebe47900dd8ba2a2a9f6f49e4a31539 Reviewed-by: Leena Miettinen --- src/qml/qml/qqmllist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qml/qml/qqmllist.cpp b/src/qml/qml/qqmllist.cpp index ac6e3695fe..918b181195 100644 --- a/src/qml/qml/qqmllist.cpp +++ b/src/qml/qml/qqmllist.cpp @@ -361,7 +361,7 @@ List properties should have no setter. In the example above, the Q_PROPERTY() declarative will look like this: \code -Q_PROPERTY(QQmlListProperty fruit READ fruit); +Q_PROPERTY(QQmlListProperty fruit READ fruit) \endcode QML list properties are type-safe - in this case \c {Fruit} is a QObject type that -- cgit v1.2.3