diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-01-09 14:51:43 +0100 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-01-09 14:51:43 +0100 |
commit | ca0d6d669b88336d0c00f09ca9b645397a023e6d (patch) | |
tree | a4e72a0849667b7f9db2716bc09d71d8caa8520e /framework/accounts/accountsplugin.cpp | |
parent | 3dcfaf700ebfee4cd0c8ce7134624b6ac0206122 (diff) | |
download | kube-ca0d6d669b88336d0c00f09ca9b645397a023e6d.tar.gz kube-ca0d6d669b88336d0c00f09ca9b645397a023e6d.zip |
create gmail account controller and dialog
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 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 | } |