diff options
Diffstat (limited to 'framework/domain/mailplugin.cpp')
-rw-r--r-- | framework/domain/mailplugin.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/framework/domain/mailplugin.cpp b/framework/domain/mailplugin.cpp index dd438114..c19818ec 100644 --- a/framework/domain/mailplugin.cpp +++ b/framework/domain/mailplugin.cpp | |||
@@ -26,6 +26,7 @@ | |||
26 | #include "messageparser.h" | 26 | #include "messageparser.h" |
27 | #include "retriever.h" | 27 | #include "retriever.h" |
28 | #include "accountfactory.h" | 28 | #include "accountfactory.h" |
29 | #include "accountscontroller.h" | ||
29 | 30 | ||
30 | #include <QtQml> | 31 | #include <QtQml> |
31 | 32 | ||
@@ -39,4 +40,5 @@ void MailPlugin::registerTypes (const char *uri) | |||
39 | qmlRegisterType<MessageParser>(uri, 1, 0, "MessageParser"); | 40 | qmlRegisterType<MessageParser>(uri, 1, 0, "MessageParser"); |
40 | qmlRegisterType<Retriever>(uri, 1, 0, "Retriever"); | 41 | qmlRegisterType<Retriever>(uri, 1, 0, "Retriever"); |
41 | qmlRegisterType<AccountFactory>(uri, 1, 0, "AccountFactory"); | 42 | qmlRegisterType<AccountFactory>(uri, 1, 0, "AccountFactory"); |
43 | qmlRegisterType<AccountsController>(uri, 1, 0, "AccountsController"); | ||
42 | } | 44 | } |