comparison framework/MainWindowBase.h @ 262:8a603a0840c8

Move member that is initialised in subclass down to that subclass
author Chris Cannam
date Fri, 16 Nov 2012 13:09:58 +0000
parents 7ee215c095dd
children 2925a4bbca5e
comparison
equal deleted inserted replaced
261:5c045faf74a9 262:8a603a0840c8
284 protected: 284 protected:
285 QString m_sessionFile; 285 QString m_sessionFile;
286 QString m_audioFile; 286 QString m_audioFile;
287 Document *m_document; 287 Document *m_document;
288 288
289 QLabel *m_descriptionLabel;
290 PaneStack *m_paneStack; 289 PaneStack *m_paneStack;
291 ViewManager *m_viewManager; 290 ViewManager *m_viewManager;
292 Layer *m_timeRulerLayer; 291 Layer *m_timeRulerLayer;
293 292
294 bool m_audioOutput; 293 bool m_audioOutput;