diff options
Diffstat (limited to 'framework/mail/mailplugin.cpp')
-rw-r--r-- | framework/mail/mailplugin.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/framework/mail/mailplugin.cpp b/framework/mail/mailplugin.cpp index e5988591..b2939acf 100644 --- a/framework/mail/mailplugin.cpp +++ b/framework/mail/mailplugin.cpp | |||
@@ -12,7 +12,6 @@ | |||
12 | void MailPlugin::registerTypes (const char *uri) | 12 | void MailPlugin::registerTypes (const char *uri) |
13 | { | 13 | { |
14 | Q_ASSERT(uri == QLatin1String("org.kde.akonadi2.mail")); | 14 | Q_ASSERT(uri == QLatin1String("org.kde.akonadi2.mail")); |
15 | qmlRegisterType<QAbstractItemModel>(); | ||
16 | 15 | ||
17 | qmlRegisterType<FolderListModel>(); | 16 | qmlRegisterType<FolderListModel>(); |
18 | qmlRegisterType<FolderListController>(uri, 1, 0, "FolderList"); | 17 | qmlRegisterType<FolderListController>(uri, 1, 0, "FolderList"); |