# HG changeset patch # User Chris Cannam # Date 1353072133 0 # Node ID 581c72fb14a4206a855d072c4c6a2569921460cd # Parent 90bac2cf39f1a264c437544c3659a5a2f15053eb Remove obsolete comment diff -r 90bac2cf39f1 -r 581c72fb14a4 main/MainWindow.cpp --- 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);