From 00105125e3010438663b1355f6f1579476ee9510 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 16 Sep 2020 23:34:21 +0900 Subject: This is a temporary commit to save WIP done on this topic. Development of this feature will only resume after the release of R14.1.0. Relates to bug 3159. NOTE: this commit needs to be completed/reworked. It should not be merged to master as is. Signed-off-by: Michele Calgaro --- kmix/KMixApp.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'kmix/KMixApp.h') diff --git a/kmix/KMixApp.h b/kmix/KMixApp.h index 7630e1f8..d48fc1b0 100644 --- a/kmix/KMixApp.h +++ b/kmix/KMixApp.h @@ -2,6 +2,7 @@ #define KMixApp_h #include +#include class KMixWindow; @@ -12,9 +13,9 @@ Q_OBJECT public: KMixApp(); ~KMixApp(); - int newInstance (); + int newInstance(); - public slots: + public slots: void quitExtended(); // For a hack on visibility() signals: @@ -22,6 +23,7 @@ Q_OBJECT private: KMixWindow *m_kmix; + TQTimer *m_updateMixersTimer; }; #endif -- cgit v1.2.3