summaryrefslogtreecommitdiffstats
path: root/framework/accounts/accountsplugin.cpp
diff options
context:
space:
mode:
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 0d77376b..83ae6f0b 100644
--- a/framework/accounts/accountsplugin.cpp
+++ b/framework/accounts/accountsplugin.cpp
@@ -22,6 +22,7 @@
22#include "accountfactory.h" 22#include "accountfactory.h"
23#include "maildircontroller.h" 23#include "maildircontroller.h"
24#include "kolabnowcontroller.h" 24#include "kolabnowcontroller.h"
25#include "gmailcontroller.h"
25 26
26#include <QtQml> 27#include <QtQml>
27 28
@@ -32,4 +33,5 @@ void AccountsPlugin::registerTypes (const char *uri)
32 qmlRegisterType<AccountsModel>(uri, 1, 0, "AccountsModel"); 33 qmlRegisterType<AccountsModel>(uri, 1, 0, "AccountsModel");
33 qmlRegisterType<MaildirController>(uri, 1, 0, "MaildirController"); 34 qmlRegisterType<MaildirController>(uri, 1, 0, "MaildirController");
34 qmlRegisterType<KolabNowController>(uri, 1, 0, "KolabNowController"); 35 qmlRegisterType<KolabNowController>(uri, 1, 0, "KolabNowController");
36 qmlRegisterType<GmailController>(uri, 1, 0, "GmailController");
35} 37}