summaryrefslogtreecommitdiffstats
path: root/framework/notifications/notificationplugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'framework/notifications/notificationplugin.cpp')
-rw-r--r--framework/notifications/notificationplugin.cpp1
1 files changed, 0 insertions, 1 deletions
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 @@
24 24
25void NotificationPlugin::registerTypes (const char *uri) 25void NotificationPlugin::registerTypes (const char *uri)
26{ 26{
27 Q_ASSERT(uri == QLatin1String("org.kube.framework.notifications"));
28 qmlRegisterType<Kube::NotificationHandler>(uri, 1, 0, "NotificationHandler"); 27 qmlRegisterType<Kube::NotificationHandler>(uri, 1, 0, "NotificationHandler");
29 qmlRegisterType<Kube::Notification>(uri, 1, 0, "Notification"); 28 qmlRegisterType<Kube::Notification>(uri, 1, 0, "Notification");
30} 29}