From 592211cbd4b710caf8934e2806e259415087f69d Mon Sep 17 00:00:00 2001 From: Lars Bisballe Jensen Date: Thu, 3 Nov 2011 11:33:34 +0100 Subject: removed QLabel that wasn't used anymore --- client/mainwindow.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'client/mainwindow.cc') diff --git a/client/mainwindow.cc b/client/mainwindow.cc index 1a63434..700501f 100644 --- a/client/mainwindow.cc +++ b/client/mainwindow.cc @@ -103,7 +103,6 @@ MainWindow::MainWindow(QString patientid, QString course, QString templ, setWindowIcon(QIcon(":/icons/icon.png")); QStatusBar *status = statusBar(); - //status->addPermanentWidget(new QLabel("Pracro v."VERSION)); aboutButton = new QPushButton("Pracro v."VERSION, status); aboutButton->setIcon(QIcon(":icons/icon.png")); -- cgit v1.2.3