changeset 519:581c72fb14a4

Remove obsolete comment
author Chris Cannam
date Fri, 16 Nov 2012 13:22:13 +0000
parents 90bac2cf39f1
children df7556724a22
files main/MainWindow.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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);