Mercurial > hg > sonic-visualiser
diff main/MainWindow.cpp @ 519:581c72fb14a4
Remove obsolete comment
author | Chris Cannam |
---|---|
date | Fri, 16 Nov 2012 13:22:13 +0000 |
parents | 90bac2cf39f1 |
children | d6ddc2c2a6ed |
line wrap: on
line diff
--- a/main/MainWindow.cpp Fri Nov 16 13:21:44 2012 +0000 +++ b/main/MainWindow.cpp Fri Nov 16 13:22:13 2012 +0000 @@ -194,7 +194,7 @@ QGridLayout *layout = new QGridLayout; - m_descriptionLabel = new QLabel; //!!! hang on, this is declared in base class -- should be declared and initialised by same class + m_descriptionLabel = new QLabel; m_mainScroll = new QScrollArea(frame); m_mainScroll->setWidgetResizable(true);