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.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/framework/src/frameworkplugin.cpp b/framework/src/frameworkplugin.cpp
index 294fbbc7..2064ab1a 100644
--- a/framework/src/frameworkplugin.cpp
+++ b/framework/src/frameworkplugin.cpp
@@ -32,10 +32,6 @@
32#include "accounts/accountsmodel.h" 32#include "accounts/accountsmodel.h"
33#include "accounts/accountfactory.h" 33#include "accounts/accountfactory.h"
34#include "settings/settings.h" 34#include "settings/settings.h"
35#include "actions/action.h"
36#include "actions/context.h"
37#include "actions/actionhandler.h"
38#include "actions/actionresult.h"
39#include "fabric.h" 35#include "fabric.h"
40 36
41#include <QtQml> 37#include <QtQml>
@@ -64,11 +60,6 @@ void FrameworkPlugin::registerTypes (const char *uri)
64 60
65 qmlRegisterType<Kube::Settings>(uri, 1, 0, "Settings"); 61 qmlRegisterType<Kube::Settings>(uri, 1, 0, "Settings");
66 62
67 qmlRegisterType<Kube::Context>(uri, 1, 0, "Context");
68 qmlRegisterType<Kube::Action>(uri, 1, 0, "Action");
69 qmlRegisterType<Kube::ActionHandler>(uri, 1, 0, "ActionHandler");
70 qmlRegisterType<Kube::ActionResult>(uri, 1, 0, "ActionResult");
71
72 qmlRegisterType<Kube::Fabric::Listener>(uri, 1, 0, "Listener"); 63 qmlRegisterType<Kube::Fabric::Listener>(uri, 1, 0, "Listener");
73 qmlRegisterSingletonType<Kube::Fabric::Fabric>(uri, 1, 0, "Fabric", example_qobject_singletontype_provider); 64 qmlRegisterSingletonType<Kube::Fabric::Fabric>(uri, 1, 0, "Fabric", example_qobject_singletontype_provider);
74} 65}