From 77acd3cb4a1974d88e795a3369d74eccfd730e4f Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Wed, 7 Apr 2021 15:18:17 +0200 Subject: Remove the notifyInterval() functionality This was nothing else than a timer, something you can just as well implement on top of Qt Multimedia if required. Change-Id: I1ef362f1f4ad5a5f85e92bfbb1d73b7710271e5c Reviewed-by: Doris Verria Reviewed-by: Lars Knoll --- examples/multimedia/spectrum/app/engine.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples/multimedia/spectrum/app/engine.h') diff --git a/examples/multimedia/spectrum/app/engine.h b/examples/multimedia/spectrum/app/engine.h index 5884860c3..f403afb80 100644 --- a/examples/multimedia/spectrum/app/engine.h +++ b/examples/multimedia/spectrum/app/engine.h @@ -63,6 +63,7 @@ #include #include #include +#include #ifdef DUMP_CAPTURED_AUDIO #define DUMP_DATA @@ -318,6 +319,7 @@ private: qint64 m_spectrumPosition; int m_count; + QTimer *m_notifyTimer = nullptr; #ifdef DUMP_DATA QDir m_outputDir; -- cgit v1.2.3