summaryrefslogtreecommitdiffstats
path: root/examples/multimedia/spectrum/app/waveform.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/multimedia/spectrum/app/waveform.h')
-rw-r--r--examples/multimedia/spectrum/app/waveform.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/multimedia/spectrum/app/waveform.h b/examples/multimedia/spectrum/app/waveform.h
index b49416b20..213461e92 100644
--- a/examples/multimedia/spectrum/app/waveform.h
+++ b/examples/multimedia/spectrum/app/waveform.h
@@ -64,8 +64,8 @@ public:
~Waveform();
// QWidget
- void paintEvent(QPaintEvent *event);
- void resizeEvent(QResizeEvent *event);
+ void paintEvent(QPaintEvent *event) override;
+ void resizeEvent(QResizeEvent *event) override;
void initialize(const QAudioFormat &format, qint64 audioBufferSize, qint64 windowDurationUs);
void reset();