diff options
| -rw-r--r-- | client/widgets/pushbutton.h | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/client/widgets/pushbutton.h b/client/widgets/pushbutton.h index a64568f..87c768d 100644 --- a/client/widgets/pushbutton.h +++ b/client/widgets/pushbutton.h @@ -42,6 +42,9 @@ public:  public slots:    QString getValue(); +  void commit(); +  void reset(); +  void cancel();  private: | 
