Mercurial > hg > tony
comparison src/MainWindow.h @ 224:445dcb9026a9
Fix for #892 (Cannot export pitch track)
author | Chris Cannam |
---|---|
date | Fri, 07 Mar 2014 16:27:10 +0000 |
parents | e79f63161b41 |
children | ae0bf8dc5833 |
comparison
equal
deleted
inserted
replaced
223:d323b5d41570 | 224:445dcb9026a9 |
---|---|
27 | 27 |
28 public: | 28 public: |
29 MainWindow(bool withAudioOutput = true, | 29 MainWindow(bool withAudioOutput = true, |
30 bool withOSCSupport = true); | 30 bool withOSCSupport = true); |
31 virtual ~MainWindow(); | 31 virtual ~MainWindow(); |
32 | |
33 signals: | |
34 virtual void canExportPitchTrack(bool); | |
35 virtual void canExportNotes(bool); | |
32 | 36 |
33 public slots: | 37 public slots: |
34 virtual bool commitData(bool mayAskUser); // on session shutdown | 38 virtual bool commitData(bool mayAskUser); // on session shutdown |
35 | 39 |
36 protected slots: | 40 protected slots: |