Mercurial > hg > svapp
diff framework/MainWindowBase.h @ 572:4c1ab4f9e116 3.0-integration
Ah, there already was a mechanism for that (recordDurationChanged()). But in any case we are better off prompting the model to update I think.
author | Chris Cannam |
---|---|
date | Wed, 04 Jan 2017 14:21:24 +0000 |
parents | 5369359351cb |
children | b3c35447ef31 |
line wrap: on
line diff
--- a/framework/MainWindowBase.h Wed Jan 04 13:23:18 2017 +0000 +++ b/framework/MainWindowBase.h Wed Jan 04 14:21:24 2017 +0000 @@ -22,7 +22,6 @@ #include <QMainWindow> #include <QPointer> #include <QThread> -#include <QTimer> #include "base/Command.h" #include "view/ViewManager.h" @@ -389,7 +388,6 @@ RealTime m_defaultFfwdRwdStep; AudioRecordMode m_audioRecordMode; - QTimer m_audioRecordUpdateTimer; mutable QLabel *m_statusLabel; QLabel *getStatusLabel() const;