diff options
author | Lars Bisballe Jensen <larsbisballe@gmail.com> | 2011-11-03 11:30:36 +0100 |
---|---|---|
committer | Lars Bisballe Jensen <larsbisballe@gmail.com> | 2011-11-03 11:30:36 +0100 |
commit | 1d158dda7d0b187ec48e40b2048818b7596bf962 (patch) | |
tree | 26131a7062982da377a3afef22251a8d5ee09c64 | |
parent | acd0142e59047524302352e69332293655e6032c (diff) |
removed irrelevant setTexts
-rw-r--r-- | client/macrodrawer.cc | 3 |
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(""); } } - } |