Mercurial > hg > tony
comparison main/MainWindow.h @ 635:41e221cd740e
Update subrepos and adapt to new MainWindowBase API, ensuring that we don't get the recording permission dialog until we actually record
author | Chris Cannam |
---|---|
date | Wed, 16 Oct 2019 16:03:47 +0100 |
parents | ef0778016c88 |
children | a2c308bd5530 |
comparison
equal
deleted
inserted
replaced
634:590a6ec92360 | 635:41e221cd740e |
---|---|
26 class MainWindow : public MainWindowBase | 26 class MainWindow : public MainWindowBase |
27 { | 27 { |
28 Q_OBJECT | 28 Q_OBJECT |
29 | 29 |
30 public: | 30 public: |
31 MainWindow(SoundOptions options, bool withSonification = true, bool withSpectrogram = true); | 31 MainWindow(AudioMode audioMode, |
32 bool withSonification = true, | |
33 bool withSpectrogram = true); | |
32 virtual ~MainWindow(); | 34 virtual ~MainWindow(); |
33 | 35 |
34 signals: | 36 signals: |
35 void canExportPitchTrack(bool); | 37 void canExportPitchTrack(bool); |
36 void canExportNotes(bool); | 38 void canExportNotes(bool); |