summaryrefslogtreecommitdiffstats
path: root/framework/accounts/accountsplugin.cpp
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2017-01-05 19:44:27 +0100
committerMichael Bohlender <michael.bohlender@kdemail.net>2017-01-05 19:44:27 +0100
commit7726fc6e03c09a5a1cb2dad62bd9ed6438e8bd8b (patch)
treef849f33531f83f1d27cb3fade27f31d6953ad35b /framework/accounts/accountsplugin.cpp
parentd0716c36927275fbfe0a0a9ab8e1726cbddb35c0 (diff)
downloadkube-7726fc6e03c09a5a1cb2dad62bd9ed6438e8bd8b.tar.gz
kube-7726fc6e03c09a5a1cb2dad62bd9ed6438e8bd8b.zip
kolabnow controller and create ui
Diffstat (limited to 'framework/accounts/accountsplugin.cpp')
-rw-r--r--framework/accounts/accountsplugin.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/framework/accounts/accountsplugin.cpp b/framework/accounts/accountsplugin.cpp
index 51316b52..0d77376b 100644
--- a/framework/accounts/accountsplugin.cpp
+++ b/framework/accounts/accountsplugin.cpp
@@ -21,6 +21,7 @@
21#include "accountsmodel.h" 21#include "accountsmodel.h"
22#include "accountfactory.h" 22#include "accountfactory.h"
23#include "maildircontroller.h" 23#include "maildircontroller.h"
24#include "kolabnowcontroller.h"
24 25
25#include <QtQml> 26#include <QtQml>
26 27
@@ -30,4 +31,5 @@ void AccountsPlugin::registerTypes (const char *uri)
30 qmlRegisterType<AccountFactory>(uri, 1, 0, "AccountFactory"); 31 qmlRegisterType<AccountFactory>(uri, 1, 0, "AccountFactory");
31 qmlRegisterType<AccountsModel>(uri, 1, 0, "AccountsModel"); 32 qmlRegisterType<AccountsModel>(uri, 1, 0, "AccountsModel");
32 qmlRegisterType<MaildirController>(uri, 1, 0, "MaildirController"); 33 qmlRegisterType<MaildirController>(uri, 1, 0, "MaildirController");
34 qmlRegisterType<KolabNowController>(uri, 1, 0, "KolabNowController");
33} 35}