diff options
author | deva <deva> | 2008-09-10 09:03:48 +0000 |
---|---|---|
committer | deva <deva> | 2008-09-10 09:03:48 +0000 |
commit | 0c366ed6b09c06439f3349b220e803b21e4547b9 (patch) | |
tree | 0c8c241f12c310360e5e23f6f005274ae1055977 /client/widgets/button.h | |
parent | b1175cefcd9d9e67ee0f9e1b0b91bb8360b510b7 (diff) |
Added continue without commit action to buttons.
Diffstat (limited to 'client/widgets/button.h')
-rw-r--r-- | client/widgets/button.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/widgets/button.h b/client/widgets/button.h index effcd79..aba7ac7 100644 --- a/client/widgets/button.h +++ b/client/widgets/button.h @@ -44,12 +44,14 @@ public slots: void reset(); void cancel(); void cont(); + void cont_nocommit(); signals: void act_commit(); void act_reset(); void act_cancel(); void act_continue(QString); + void act_continue_nocommit(QString); private: |