From b1a2e2de201985a00980bead5272977cda4ef637 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 13 Dec 2016 14:52:27 +0100 Subject: Preactionhandler --- framework/actions/actionbroker.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'framework/actions/actionbroker.h') diff --git a/framework/actions/actionbroker.h b/framework/actions/actionbroker.h index 8f3eaeb2..d2787c79 100644 --- a/framework/actions/actionbroker.h +++ b/framework/actions/actionbroker.h @@ -33,7 +33,7 @@ public: static ActionBroker &instance(); bool isActionReady(const QByteArray &actionId, Context *context); - ActionResult executeAction(const QByteArray &actionId, Context *context); + ActionResult executeAction(const QByteArray &actionId, Context *context, const QList> &preHandler, const QList> &postHandler); void registerHandler(const QByteArray &actionId, ActionHandler *handler); @@ -42,7 +42,7 @@ Q_SIGNALS: private: ActionBroker(QObject *parent = 0); - QMultiMap mHandler; + QMultiMap> mHandler; }; } -- cgit v1.2.3