summaryrefslogtreecommitdiff
path: root/client/widgets/pushbutton.h
diff options
context:
space:
mode:
authordeva <deva>2008-06-30 09:38:25 +0000
committerdeva <deva>2008-06-30 09:38:25 +0000
commit806d2bc2800f88ce7f31965a12af6e2273af7ce6 (patch)
tree0c3547f4a266efbf17b2f940ae52ac78b3b9545b /client/widgets/pushbutton.h
parent72cea006a29539ac064a40198ce9699e28b51679 (diff)
Removed getValue from Button, it should never return a value
Diffstat (limited to 'client/widgets/pushbutton.h')
-rw-r--r--client/widgets/pushbutton.h1
1 files changed, 0 insertions, 1 deletions
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();