summaryrefslogtreecommitdiffstats
path: root/examples/multimedia/spectrum/app/mainwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/multimedia/spectrum/app/mainwidget.h')
-rw-r--r--examples/multimedia/spectrum/app/mainwidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/multimedia/spectrum/app/mainwidget.h b/examples/multimedia/spectrum/app/mainwidget.h
index 449a021c4..c8bbce022 100644
--- a/examples/multimedia/spectrum/app/mainwidget.h
+++ b/examples/multimedia/spectrum/app/mainwidget.h
@@ -75,7 +75,7 @@ public:
~MainWidget();
// QObject
- void timerEvent(QTimerEvent *event);
+ void timerEvent(QTimerEvent *event) override;
public slots:
void stateChanged(QAudio::Mode mode, QAudio::State state);