From 5755ad47145d2985ba74354961b4127d82c516f6 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 5 Apr 2017 13:00:21 +0200 Subject: A single framework plugin --- framework/notifications/notificationplugin.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'framework/notifications') diff --git a/framework/notifications/notificationplugin.cpp b/framework/notifications/notificationplugin.cpp index a7a9aa5b..54548464 100644 --- a/framework/notifications/notificationplugin.cpp +++ b/framework/notifications/notificationplugin.cpp @@ -24,7 +24,6 @@ void NotificationPlugin::registerTypes (const char *uri) { - Q_ASSERT(uri == QLatin1String("org.kube.framework.notifications")); qmlRegisterType(uri, 1, 0, "NotificationHandler"); qmlRegisterType(uri, 1, 0, "Notification"); } -- cgit v1.2.3