aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/types/qqmltimer_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/types/qqmltimer_p.h')
-rw-r--r--src/qml/types/qqmltimer_p.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/qml/types/qqmltimer_p.h b/src/qml/types/qqmltimer_p.h
index 7ea2f098bf..7739dad2a6 100644
--- a/src/qml/types/qqmltimer_p.h
+++ b/src/qml/types/qqmltimer_p.h
@@ -87,10 +87,10 @@ public:
void setTriggeredOnStart(bool triggeredOnStart);
protected:
- void classBegin();
- void componentComplete();
+ void classBegin() override;
+ void componentComplete() override;
- bool event(QEvent *);
+ bool event(QEvent *) override;
public Q_SLOTS:
void start();