comparison main/MainWindow.h @ 490:bc04d651f8a4

Ensure all windows are closed when the main one is (thus exiting the application even if some other windows were still open)
author Chris Cannam
date Thu, 19 Jan 2012 15:36:59 +0000
parents 6d827453657f
children d2a58dfc3ae5
comparison
equal deleted inserted replaced
488:073733da4b6c 490:bc04d651f8a4
216 QAction *m_manageTemplatesAction; 216 QAction *m_manageTemplatesAction;
217 217
218 bool m_soloModified; 218 bool m_soloModified;
219 bool m_prevSolo; 219 bool m_prevSolo;
220 220
221 bool m_exiting;
222
221 QFrame *m_playControlsSpacer; 223 QFrame *m_playControlsSpacer;
222 int m_playControlsWidth; 224 int m_playControlsWidth;
223 225
224 QLabel *m_currentLabel; 226 QLabel *m_currentLabel;
225 227