From 0dc0b4be6e9ba07774efedee102a23e89eef8e85 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Fri, 5 Jan 2018 16:17:51 +0100 Subject: Composer test --- framework/src/frameworkplugin.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'framework/src/frameworkplugin.cpp') diff --git a/framework/src/frameworkplugin.cpp b/framework/src/frameworkplugin.cpp index 1de776a5..f768be1b 100644 --- a/framework/src/frameworkplugin.cpp +++ b/framework/src/frameworkplugin.cpp @@ -40,6 +40,7 @@ #include "startupcheck.h" #include "keyring.h" #include "controller.h" +#include "domainobjectcontroller.h" #include #include @@ -133,6 +134,7 @@ void FrameworkPlugin::registerTypes (const char *uri) qmlRegisterType(uri, 1, 0, "Settings"); qmlRegisterType(uri, 1, 0, "Listener"); + qmlRegisterType(uri, 1, 0, "DomainObjectController"); qmlRegisterSingletonType(uri, 1, 0, "Fabric", fabric_singletontype_provider); qmlRegisterType(uri, 1, 0, "KubeImage"); -- cgit v1.2.3