summaryrefslogtreecommitdiffstats
path: root/framework/src/frameworkplugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'framework/src/frameworkplugin.cpp')
-rw-r--r--framework/src/frameworkplugin.cpp2
1 files changed, 2 insertions, 0 deletions
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 @@
40#include "startupcheck.h" 40#include "startupcheck.h"
41#include "keyring.h" 41#include "keyring.h"
42#include "controller.h" 42#include "controller.h"
43#include "domainobjectcontroller.h"
43 44
44#include <QtQml> 45#include <QtQml>
45#include <QQuickImageProvider> 46#include <QQuickImageProvider>
@@ -133,6 +134,7 @@ void FrameworkPlugin::registerTypes (const char *uri)
133 qmlRegisterType<Kube::Settings>(uri, 1, 0, "Settings"); 134 qmlRegisterType<Kube::Settings>(uri, 1, 0, "Settings");
134 135
135 qmlRegisterType<Kube::Fabric::Listener>(uri, 1, 0, "Listener"); 136 qmlRegisterType<Kube::Fabric::Listener>(uri, 1, 0, "Listener");
137 qmlRegisterType<Kube::DomainObjectController>(uri, 1, 0, "DomainObjectController");
136 qmlRegisterSingletonType<Kube::Fabric::Fabric>(uri, 1, 0, "Fabric", fabric_singletontype_provider); 138 qmlRegisterSingletonType<Kube::Fabric::Fabric>(uri, 1, 0, "Fabric", fabric_singletontype_provider);
137 139
138 qmlRegisterType<KubeImage>(uri, 1, 0, "KubeImage"); 140 qmlRegisterType<KubeImage>(uri, 1, 0, "KubeImage");