diff options
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; |