From 806d2bc2800f88ce7f31965a12af6e2273af7ce6 Mon Sep 17 00:00:00 2001 From: deva Date: Mon, 30 Jun 2008 09:38:25 +0000 Subject: Removed getValue from Button, it should never return a value --- client/widgets/pushbutton.cc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'client/widgets/pushbutton.cc') diff --git a/client/widgets/pushbutton.cc b/client/widgets/pushbutton.cc index a0540f3..21d5c1b 100644 --- a/client/widgets/pushbutton.cc +++ b/client/widgets/pushbutton.cc @@ -67,11 +67,6 @@ PushButton::PushButton(QDomNode &node, MacroWindow *macrowindow) } } -QString PushButton::getValue() -{ - return text(); -} - void PushButton::commit() { emit act_commit(); -- cgit v1.2.3