summaryrefslogtreecommitdiffstats
path: root/framework/actions/actionhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'framework/actions/actionhandler.h')
-rw-r--r--framework/actions/actionhandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/framework/actions/actionhandler.h b/framework/actions/actionhandler.h
index 762b8d45..09ed13c6 100644
--- a/framework/actions/actionhandler.h
+++ b/framework/actions/actionhandler.h
@@ -55,6 +55,8 @@ public:
55 typedef std::function<void(Context*)> Handler; 55 typedef std::function<void(Context*)> Handler;
56 typedef std::function<KAsync::Job<void>(Context*)> JobHandler; 56 typedef std::function<KAsync::Job<void>(Context*)> JobHandler;
57 57
58 ActionHandlerHelper(const Handler &);
59 ActionHandlerHelper(const IsReadyFunction &, const Handler &);
58 ActionHandlerHelper(const QByteArray &actionId, const IsReadyFunction &, const Handler &); 60 ActionHandlerHelper(const QByteArray &actionId, const IsReadyFunction &, const Handler &);
59 ActionHandlerHelper(const QByteArray &actionId, const IsReadyFunction &, const JobHandler &); 61 ActionHandlerHelper(const QByteArray &actionId, const IsReadyFunction &, const JobHandler &);
60 62