Mercurial > hg > tony
comparison main/MainWindow.cpp @ 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 | e78f2c842a55 |
comparison
equal
deleted
inserted
replaced
634:590a6ec92360 | 635:41e221cd740e |
---|---|
93 #include <errno.h> | 93 #include <errno.h> |
94 | 94 |
95 using std::vector; | 95 using std::vector; |
96 | 96 |
97 | 97 |
98 MainWindow::MainWindow(SoundOptions options, bool withSonification, bool withSpectrogram) : | 98 MainWindow::MainWindow(AudioMode audioMode, |
99 MainWindowBase(options, | 99 bool withSonification, |
100 bool withSpectrogram) : | |
101 MainWindowBase(audioMode, | |
102 MainWindowBase::MIDI_NONE, | |
100 int(PaneStack::Option::NoPropertyStacks) | | 103 int(PaneStack::Option::NoPropertyStacks) | |
101 int(PaneStack::Option::NoPaneAccessories)), | 104 int(PaneStack::Option::NoPaneAccessories)), |
102 m_overview(0), | 105 m_overview(0), |
103 m_mainMenusCreated(false), | 106 m_mainMenusCreated(false), |
104 m_playbackMenu(0), | 107 m_playbackMenu(0), |