diff options
author | Lars Bisballe Jensen <larsbisballe@gmail.com> | 2011-11-03 11:33:34 +0100 |
---|---|---|
committer | Lars Bisballe Jensen <larsbisballe@gmail.com> | 2011-11-03 11:33:34 +0100 |
commit | 592211cbd4b710caf8934e2806e259415087f69d (patch) | |
tree | 5d694ebc60c5677306e16b0d2e66420adba5a221 /client | |
parent | 1d158dda7d0b187ec48e40b2048818b7596bf962 (diff) |
removed QLabel that wasn't used anymore
Diffstat (limited to 'client')
-rw-r--r-- | client/mainwindow.cc | 1 |
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")); |