diff options
Diffstat (limited to 'framework/actions/action.h')
-rw-r--r-- | framework/actions/action.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/framework/actions/action.h b/framework/actions/action.h index 1ad4a47e..1abf4a5c 100644 --- a/framework/actions/action.h +++ b/framework/actions/action.h | |||
@@ -44,7 +44,8 @@ public: | |||
44 | 44 | ||
45 | bool ready() const; | 45 | bool ready() const; |
46 | 46 | ||
47 | Q_INVOKABLE ActionResult execute(); | 47 | Q_INVOKABLE void execute(); |
48 | ActionResult executeWithResult(); | ||
48 | 49 | ||
49 | Q_SIGNALS: | 50 | Q_SIGNALS: |
50 | void readyChanged(); | 51 | void readyChanged(); |