summaryrefslogtreecommitdiffstats
path: root/framework/domain/mailplugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'framework/domain/mailplugin.cpp')
-rw-r--r--framework/domain/mailplugin.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/framework/domain/mailplugin.cpp b/framework/domain/mailplugin.cpp
index 12b9a7ce..b32832e0 100644
--- a/framework/domain/mailplugin.cpp
+++ b/framework/domain/mailplugin.cpp
@@ -37,8 +37,6 @@
37 37
38void MailPlugin::registerTypes (const char *uri) 38void MailPlugin::registerTypes (const char *uri)
39{ 39{
40 Q_ASSERT(uri == QLatin1String("org.kube.framework.domain"));
41
42 qmlRegisterType<FolderListModel>(uri, 1, 0, "FolderListModel"); 40 qmlRegisterType<FolderListModel>(uri, 1, 0, "FolderListModel");
43 qmlRegisterType<MailListModel>(uri, 1, 0, "MailListModel"); 41 qmlRegisterType<MailListModel>(uri, 1, 0, "MailListModel");
44 qmlRegisterType<ComposerController>(uri, 1, 0, "ComposerController"); 42 qmlRegisterType<ComposerController>(uri, 1, 0, "ComposerController");