From ba7128b30850594c7efb258d1794e377eede364a Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Sun, 1 Jan 2017 13:37:19 +0100 Subject: Instead of using the action system we use controllers only. It's simpler, and the action system was just too complex to use in a typesafe way. --- framework/actions/actionbroker.h | 1 + 1 file changed, 1 insertion(+) (limited to 'framework/actions/actionbroker.h') diff --git a/framework/actions/actionbroker.h b/framework/actions/actionbroker.h index 84678c16..d893a3e7 100644 --- a/framework/actions/actionbroker.h +++ b/framework/actions/actionbroker.h @@ -36,6 +36,7 @@ public: ActionResult executeAction(const QByteArray &actionId, Context *context, const QList> &preHandler, const QList> &postHandler); void registerHandler(const QByteArray &actionId, ActionHandler *handler); + void unregisterHandler(const QByteArray &actionId, ActionHandler *handler); Q_SIGNALS: void readyChanged(); -- cgit v1.2.3