diff options
Diffstat (limited to 'client/widgets')
-rw-r--r-- | client/widgets/pushbutton.cc | 5 | ||||
-rw-r--r-- | client/widgets/pushbutton.h | 1 |
2 files changed, 0 insertions, 6 deletions
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(); diff --git a/client/widgets/pushbutton.h b/client/widgets/pushbutton.h index fe75fbf..acefdf1 100644 --- a/client/widgets/pushbutton.h +++ b/client/widgets/pushbutton.h @@ -40,7 +40,6 @@ public: QString field; public slots: - QString getValue(); void commit(); void reset(); void cancel(); |