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 b820955e..1ad4a47e 100644 --- a/framework/actions/action.h +++ b/framework/actions/action.h | |||
@@ -20,6 +20,7 @@ | |||
20 | 20 | ||
21 | #include <QObject> | 21 | #include <QObject> |
22 | #include "context.h" | 22 | #include "context.h" |
23 | #include "actionresult.h" | ||
23 | 24 | ||
24 | namespace Kube { | 25 | namespace Kube { |
25 | 26 | ||
@@ -43,7 +44,7 @@ public: | |||
43 | 44 | ||
44 | bool ready() const; | 45 | bool ready() const; |
45 | 46 | ||
46 | Q_INVOKABLE void execute(); | 47 | Q_INVOKABLE ActionResult execute(); |
47 | 48 | ||
48 | Q_SIGNALS: | 49 | Q_SIGNALS: |
49 | void readyChanged(); | 50 | void readyChanged(); |