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