diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-01-05 15:58:47 +0100 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-01-05 15:58:47 +0100 |
commit | aba4edffe5a0e98ed92bb0177e89f6936c7eeb1f (patch) | |
tree | 80cdb282194b67ccdb468308f55dab3b061dc3ca /framework/accounts/accountsplugin.cpp | |
parent | 2ea57b9a9c5db3fa340cb62d40a9732af31143e0 (diff) | |
download | kube-aba4edffe5a0e98ed92bb0177e89f6936c7eeb1f.tar.gz kube-aba4edffe5a0e98ed92bb0177e89f6936c7eeb1f.zip |
maildir controller based on the new kubecontroller + adjusted create-maildir-ui
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 | } |