diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-04-24 21:22:39 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-04-24 21:22:39 +0200 |
commit | 4ba8c5b72fd7a3db6e593853c4669750dc6dd2a2 (patch) | |
tree | 5d4f590ccd0993a1cc1cc225e93b3ddc82eca644 /framework/src/frameworkplugin.cpp | |
parent | 1d0717f90712c298e93d61dd7312498303b5db0f (diff) | |
download | kube-4ba8c5b72fd7a3db6e593853c4669750dc6dd2a2.tar.gz kube-4ba8c5b72fd7a3db6e593853c4669750dc6dd2a2.zip |
Removed notification plugin
...which is replaced by the fabric
Diffstat (limited to 'framework/src/frameworkplugin.cpp')
-rw-r--r-- | framework/src/frameworkplugin.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/framework/src/frameworkplugin.cpp b/framework/src/frameworkplugin.cpp index 4c17242f..2f77bef4 100644 --- a/framework/src/frameworkplugin.cpp +++ b/framework/src/frameworkplugin.cpp | |||
@@ -35,7 +35,6 @@ | |||
35 | #include "accounts/accountsmodel.h" | 35 | #include "accounts/accountsmodel.h" |
36 | #include "accounts/accountfactory.h" | 36 | #include "accounts/accountfactory.h" |
37 | #include "settings/settings.h" | 37 | #include "settings/settings.h" |
38 | #include "notifications/notificationhandler.h" | ||
39 | #include "actions/action.h" | 38 | #include "actions/action.h" |
40 | #include "actions/context.h" | 39 | #include "actions/context.h" |
41 | #include "actions/actionhandler.h" | 40 | #include "actions/actionhandler.h" |
@@ -70,8 +69,6 @@ void FrameworkPlugin::registerTypes (const char *uri) | |||
70 | qmlRegisterType<AccountsModel>(uri, 1, 0, "AccountsModel"); | 69 | qmlRegisterType<AccountsModel>(uri, 1, 0, "AccountsModel"); |
71 | 70 | ||
72 | qmlRegisterType<Kube::Settings>(uri, 1, 0, "Settings"); | 71 | qmlRegisterType<Kube::Settings>(uri, 1, 0, "Settings"); |
73 | qmlRegisterType<Kube::NotificationHandler>(uri, 1, 0, "NotificationHandler"); | ||
74 | qmlRegisterType<Kube::Notification>(uri, 1, 0, "Notification"); | ||
75 | 72 | ||
76 | qmlRegisterType<Kube::Context>(uri, 1, 0, "Context"); | 73 | qmlRegisterType<Kube::Context>(uri, 1, 0, "Context"); |
77 | qmlRegisterType<Kube::Action>(uri, 1, 0, "Action"); | 74 | qmlRegisterType<Kube::Action>(uri, 1, 0, "Action"); |