aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/statemachine/state.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/statemachine/state.h')
-rw-r--r--src/imports/statemachine/state.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/imports/statemachine/state.h b/src/imports/statemachine/state.h
index 68184775ab..8cb454f3cf 100644
--- a/src/imports/statemachine/state.h
+++ b/src/imports/statemachine/state.h
@@ -56,6 +56,7 @@ class State : public QState, public QQmlParserStatus
Q_PROPERTY(QQmlListProperty<QObject> children READ children NOTIFY childrenChanged)
Q_CLASSINFO("DefaultProperty", "children")
QML_ELEMENT
+ QML_ADDED_IN_VERSION(1, 0)
public:
explicit State(QState *parent = 0);