diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-12-13 14:52:27 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-12-16 14:54:14 +0100 |
commit | b1a2e2de201985a00980bead5272977cda4ef637 (patch) | |
tree | 9af03b622d8c5d6a3b3ed83efb846977813b58d8 /framework/actions/actionhandler.h | |
parent | 3f4626d305aa43c2a720d692cdf8cf89cc658181 (diff) | |
download | kube-b1a2e2de201985a00980bead5272977cda4ef637.tar.gz kube-b1a2e2de201985a00980bead5272977cda4ef637.zip |
Preactionhandler
Diffstat (limited to 'framework/actions/actionhandler.h')
-rw-r--r-- | framework/actions/actionhandler.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/framework/actions/actionhandler.h b/framework/actions/actionhandler.h index c8c10dc7..762b8d45 100644 --- a/framework/actions/actionhandler.h +++ b/framework/actions/actionhandler.h | |||
@@ -38,9 +38,7 @@ public: | |||
38 | 38 | ||
39 | virtual bool isActionReady(Context *context); | 39 | virtual bool isActionReady(Context *context); |
40 | 40 | ||
41 | // void pre(Context *context); | ||
42 | virtual ActionResult execute(Context *context); | 41 | virtual ActionResult execute(Context *context); |
43 | // void post(Context *context); | ||
44 | 42 | ||
45 | void setActionId(const QByteArray &); | 43 | void setActionId(const QByteArray &); |
46 | QByteArray actionId() const; | 44 | QByteArray actionId() const; |