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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/imports/statemachine/state.h b/src/imports/statemachine/state.h
index 73e4ecda6b..8e8cefab19 100644
--- a/src/imports/statemachine/state.h
+++ b/src/imports/statemachine/state.h
@@ -58,8 +58,8 @@ class State : public QState, public QQmlParserStatus
public:
explicit State(QState *parent = 0);
- void classBegin() {}
- void componentComplete();
+ void classBegin() override {}
+ void componentComplete() override;
QQmlListProperty<QObject> children();