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/actionhandler.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'framework/actions/actionhandler.h') 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: virtual bool isActionReady(Context *context); - // void pre(Context *context); virtual ActionResult execute(Context *context); - // void post(Context *context); void setActionId(const QByteArray &); QByteArray actionId() const; -- cgit v1.2.3