diff framework/MainWindowBase.h @ 571:5369359351cb 3.0-integration

Add record update timer (very crude this)
author Chris Cannam
date Wed, 04 Jan 2017 13:23:18 +0000
parents 6f54789f3127
children 4c1ab4f9e116
line wrap: on
line diff
--- a/framework/MainWindowBase.h	Wed Jan 04 11:48:03 2017 +0000
+++ b/framework/MainWindowBase.h	Wed Jan 04 13:23:18 2017 +0000
@@ -13,8 +13,8 @@
     COPYING included with this distribution for more information.
 */
 
-#ifndef _MAIN_WINDOW_BASE_H_
-#define _MAIN_WINDOW_BASE_H_
+#ifndef SV_MAIN_WINDOW_BASE_H
+#define SV_MAIN_WINDOW_BASE_H
 
 #include <QFrame>
 #include <QString>
@@ -22,6 +22,7 @@
 #include <QMainWindow>
 #include <QPointer>
 #include <QThread>
+#include <QTimer>
 
 #include "base/Command.h"
 #include "view/ViewManager.h"
@@ -388,7 +389,8 @@
     RealTime                 m_defaultFfwdRwdStep;
 
     AudioRecordMode          m_audioRecordMode;
-
+    QTimer                   m_audioRecordUpdateTimer;
+    
     mutable QLabel *m_statusLabel;
     QLabel *getStatusLabel() const;