diff options
Diffstat (limited to 'client')
-rw-r--r-- | client/macrodrawer.cc | 3 | ||||
-rw-r--r-- | client/mainwindow.cc | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/client/macrodrawer.cc b/client/macrodrawer.cc index 343d5d1..2ddc0c0 100644 --- a/client/macrodrawer.cc +++ b/client/macrodrawer.cc @@ -105,15 +105,12 @@ void MacroDrawer::activationChange(bool active) // Set padlock icon on button. if(button) { button->setIcon(QPixmap(":icons/padlock.png")); - //button->setText(""); } } else { // Clear padlock icon on button if(button) { button->setIcon(QPixmap()); - //button->setText(""); } } - } diff --git a/client/mainwindow.cc b/client/mainwindow.cc index 27d8486..680c235 100644 --- a/client/mainwindow.cc +++ b/client/mainwindow.cc @@ -106,7 +106,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")); |