summaryrefslogtreecommitdiff
path: root/client/mainwindow.cc
diff options
context:
space:
mode:
authorLars Bisballe Jensen <larsbisballe@gmail.com>2011-11-03 11:33:34 +0100
committerLars Bisballe Jensen <larsbisballe@gmail.com>2011-11-03 11:33:34 +0100
commit592211cbd4b710caf8934e2806e259415087f69d (patch)
tree5d694ebc60c5677306e16b0d2e66420adba5a221 /client/mainwindow.cc
parent1d158dda7d0b187ec48e40b2048818b7596bf962 (diff)
removed QLabel that wasn't used anymore
Diffstat (limited to 'client/mainwindow.cc')
-rw-r--r--client/mainwindow.cc1
1 files changed, 0 insertions, 1 deletions
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"));