changeset 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 5c045faf74a9
children 3c236d31cccd 7b11d68cf143 eb9a16538173
files framework/MainWindowBase.h
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/framework/MainWindowBase.h	Tue Aug 21 13:29:33 2012 +0100
+++ b/framework/MainWindowBase.h	Fri Nov 16 13:09:58 2012 +0000
@@ -286,7 +286,6 @@
     QString                  m_audioFile;
     Document                *m_document;
 
-    QLabel                  *m_descriptionLabel;
     PaneStack               *m_paneStack;
     ViewManager             *m_viewManager;
     Layer                   *m_timeRulerLayer;