diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-04-24 21:56:13 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-04-24 21:56:13 +0200 |
commit | 100f409967cd5c17567e401826a0773c7e848ff3 (patch) | |
tree | 64114fa1a8db36febe5448d5d199b3e9c8fc294f /framework/src/frameworkplugin.cpp | |
parent | b3223155b178427354b44f05167d0afba0926cbd (diff) | |
download | kube-100f409967cd5c17567e401826a0773c7e848ff3.tar.gz kube-100f409967cd5c17567e401826a0773c7e848ff3.zip |
Dropped the now unused action framework
Diffstat (limited to 'framework/src/frameworkplugin.cpp')
-rw-r--r-- | framework/src/frameworkplugin.cpp | 9 |
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 | } |