diff options
Diffstat (limited to 'client/widgets/pushbutton.h')
-rw-r--r-- | client/widgets/pushbutton.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/client/widgets/pushbutton.h b/client/widgets/pushbutton.h index 87c768d..b4fde52 100644 --- a/client/widgets/pushbutton.h +++ b/client/widgets/pushbutton.h @@ -46,6 +46,11 @@ public slots: void reset(); void cancel(); +signals: + void act_commit(); + void act_reset(); + void act_cancel(); + private: }; |