From 1d158dda7d0b187ec48e40b2048818b7596bf962 Mon Sep 17 00:00:00 2001 From: Lars Bisballe Jensen Date: Thu, 3 Nov 2011 11:30:36 +0100 Subject: removed irrelevant setTexts --- client/macrodrawer.cc | 3 --- 1 file changed, 3 deletions(-) (limited to 'client/macrodrawer.cc') 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(""); } } - } -- cgit v1.2.3