summaryrefslogtreecommitdiff
path: root/client/macrodrawer.cc
diff options
context:
space:
mode:
authorLars Bisballe Jensen <larsbisballe@gmail.com>2011-11-03 11:30:36 +0100
committerLars Bisballe Jensen <larsbisballe@gmail.com>2011-11-03 11:30:36 +0100
commit1d158dda7d0b187ec48e40b2048818b7596bf962 (patch)
tree26131a7062982da377a3afef22251a8d5ee09c64 /client/macrodrawer.cc
parentacd0142e59047524302352e69332293655e6032c (diff)
removed irrelevant setTexts
Diffstat (limited to 'client/macrodrawer.cc')
-rw-r--r--client/macrodrawer.cc3
1 files changed, 0 insertions, 3 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("");
}
}
-
}