diff options
Diffstat (limited to 'framework/accounts/accountsplugin.cpp')
-rw-r--r-- | framework/accounts/accountsplugin.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/framework/accounts/accountsplugin.cpp b/framework/accounts/accountsplugin.cpp index e980d5f3..51316b52 100644 --- a/framework/accounts/accountsplugin.cpp +++ b/framework/accounts/accountsplugin.cpp | |||
@@ -20,6 +20,7 @@ | |||
20 | 20 | ||
21 | #include "accountsmodel.h" | 21 | #include "accountsmodel.h" |
22 | #include "accountfactory.h" | 22 | #include "accountfactory.h" |
23 | #include "maildircontroller.h" | ||
23 | 24 | ||
24 | #include <QtQml> | 25 | #include <QtQml> |
25 | 26 | ||
@@ -28,4 +29,5 @@ void AccountsPlugin::registerTypes (const char *uri) | |||
28 | Q_ASSERT(uri == QLatin1String("org.kube.framework.accounts")); | 29 | Q_ASSERT(uri == QLatin1String("org.kube.framework.accounts")); |
29 | qmlRegisterType<AccountFactory>(uri, 1, 0, "AccountFactory"); | 30 | qmlRegisterType<AccountFactory>(uri, 1, 0, "AccountFactory"); |
30 | qmlRegisterType<AccountsModel>(uri, 1, 0, "AccountsModel"); | 31 | qmlRegisterType<AccountsModel>(uri, 1, 0, "AccountsModel"); |
32 | qmlRegisterType<MaildirController>(uri, 1, 0, "MaildirController"); | ||
31 | } | 33 | } |