comparison main/MainWindow.h @ 500:032deed8b35b

Connect quit function directly to closeAllWindows rather than try to closeAllWindows from close() (which strangely hangs on Windows)
author Chris Cannam
date Mon, 30 Jan 2012 16:56:39 +0000
parents d2a58dfc3ae5
children 26ebbe098bce
comparison
equal deleted inserted replaced
498:d2a58dfc3ae5 500:032deed8b35b
228 QAction *m_showPropertyBoxesAction; 228 QAction *m_showPropertyBoxesAction;
229 229
230 bool m_soloModified; 230 bool m_soloModified;
231 bool m_prevSolo; 231 bool m_prevSolo;
232 232
233 bool m_exiting;
234
235 QFrame *m_playControlsSpacer; 233 QFrame *m_playControlsSpacer;
236 int m_playControlsWidth; 234 int m_playControlsWidth;
237 235
238 QLabel *m_currentLabel; 236 QLabel *m_currentLabel;
239 237