summaryrefslogtreecommitdiffstats
path: root/framework/actions/actionhandler.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-12-13 14:52:27 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-12-16 14:54:14 +0100
commitb1a2e2de201985a00980bead5272977cda4ef637 (patch)
tree9af03b622d8c5d6a3b3ed83efb846977813b58d8 /framework/actions/actionhandler.h
parent3f4626d305aa43c2a720d692cdf8cf89cc658181 (diff)
downloadkube-b1a2e2de201985a00980bead5272977cda4ef637.tar.gz
kube-b1a2e2de201985a00980bead5272977cda4ef637.zip
Preactionhandler
Diffstat (limited to 'framework/actions/actionhandler.h')
-rw-r--r--framework/actions/actionhandler.h2
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;