From e4fba677a9755a5aee1a0ea1513b6f737429d832 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 4 May 2016 16:49:31 +0200 Subject: Unbreak action execution from qml QML can't do with custom return types. (we'd have to wrap it in a QVariant or use a property). --- framework/actions/actionresult.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'framework/actions/actionresult.h') diff --git a/framework/actions/actionresult.h b/framework/actions/actionresult.h index cdc6a160..e4d3efeb 100644 --- a/framework/actions/actionresult.h +++ b/framework/actions/actionresult.h @@ -64,3 +64,5 @@ private: }; } + +Q_DECLARE_METATYPE(Kube::ActionResult); -- cgit v1.2.3