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/macrowindow.h | |
parent | b1175cefcd9d9e67ee0f9e1b0b91bb8360b510b7 (diff) |
Added continue without commit action to buttons.
Diffstat (limited to 'client/macrowindow.h')
-rw-r--r-- | client/macrowindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/macrowindow.h b/client/macrowindow.h index 322d514..f1388b2 100644 --- a/client/macrowindow.h +++ b/client/macrowindow.h @@ -58,6 +58,7 @@ public slots: void reset(); void cancel(); void cont(QString name); + void cont_nocommit(QString name); private: void initMacro(QDomNode &node); |