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 c19818ec..9f06fd5f 100644 --- a/framework/domain/mailplugin.cpp +++ b/framework/domain/mailplugin.cpp | |||
@@ -27,6 +27,7 @@ | |||
27 | #include "retriever.h" | 27 | #include "retriever.h" |
28 | #include "accountfactory.h" | 28 | #include "accountfactory.h" |
29 | #include "accountscontroller.h" | 29 | #include "accountscontroller.h" |
30 | #include "accountsmodel.h" | ||
30 | 31 | ||
31 | #include <QtQml> | 32 | #include <QtQml> |
32 | 33 | ||
@@ -41,4 +42,5 @@ void MailPlugin::registerTypes (const char *uri) | |||
41 | qmlRegisterType<Retriever>(uri, 1, 0, "Retriever"); | 42 | qmlRegisterType<Retriever>(uri, 1, 0, "Retriever"); |
42 | qmlRegisterType<AccountFactory>(uri, 1, 0, "AccountFactory"); | 43 | qmlRegisterType<AccountFactory>(uri, 1, 0, "AccountFactory"); |
43 | qmlRegisterType<AccountsController>(uri, 1, 0, "AccountsController"); | 44 | qmlRegisterType<AccountsController>(uri, 1, 0, "AccountsController"); |
45 | qmlRegisterType<AccountsModel>(uri, 1, 0, "AccountsModel"); | ||
44 | } | 46 | } |