Mercurial > hg > tony
diff src/MainWindow.h @ 291:cddada03e222
Fix to the button enabling problem from feature #835
author | Chris Cannam |
---|---|
date | Tue, 03 Jun 2014 15:28:01 +0100 |
parents | 604816843bd4 |
children | 2895ca89b024 |
line wrap: on
line diff
--- a/src/MainWindow.h Tue Jun 03 14:52:47 2014 +0100 +++ b/src/MainWindow.h Tue Jun 03 15:28:01 2014 +0100 @@ -35,6 +35,9 @@ void canExportPitchTrack(bool); void canExportNotes(bool); void canSnapNotes(bool); + void canPlayWaveform(bool); + void canPlayPitch(bool); + void canPlayNotes(bool); public slots: virtual bool commitData(bool mayAskUser); // on session shutdown @@ -214,10 +217,6 @@ AudioDial *m_panAudio; AudioDial *m_panPitch; AudioDial *m_panNotes; - - QLabel *m_waveformStatus; - QLabel *m_pitchStatus; - QLabel *m_notesStatus; ActivityLog *m_activityLog; KeyReference *m_keyReference;