From 4ba8c5b72fd7a3db6e593853c4669750dc6dd2a2 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Mon, 24 Apr 2017 21:22:39 +0200 Subject: Removed notification plugin ...which is replaced by the fabric --- framework/src/frameworkplugin.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'framework/src/frameworkplugin.cpp') 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 @@ #include "accounts/accountsmodel.h" #include "accounts/accountfactory.h" #include "settings/settings.h" -#include "notifications/notificationhandler.h" #include "actions/action.h" #include "actions/context.h" #include "actions/actionhandler.h" @@ -70,8 +69,6 @@ void FrameworkPlugin::registerTypes (const char *uri) qmlRegisterType(uri, 1, 0, "AccountsModel"); qmlRegisterType(uri, 1, 0, "Settings"); - qmlRegisterType(uri, 1, 0, "NotificationHandler"); - qmlRegisterType(uri, 1, 0, "Notification"); qmlRegisterType(uri, 1, 0, "Context"); qmlRegisterType(uri, 1, 0, "Action"); -- cgit v1.2.3