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 eeb1aeb1..e63f3ad1 100644 --- a/framework/domain/mailplugin.cpp +++ b/framework/domain/mailplugin.cpp | |||
@@ -31,6 +31,7 @@ | |||
31 | #include "outboxmodel.h" | 31 | #include "outboxmodel.h" |
32 | #include "outboxcontroller.h" | 32 | #include "outboxcontroller.h" |
33 | #include "mailcontroller.h" | 33 | #include "mailcontroller.h" |
34 | #include "foldercontroller.h" | ||
34 | 35 | ||
35 | #include <QtQml> | 36 | #include <QtQml> |
36 | 37 | ||
@@ -49,4 +50,5 @@ void MailPlugin::registerTypes (const char *uri) | |||
49 | qmlRegisterType<OutboxController>(uri, 1, 0, "OutboxController"); | 50 | qmlRegisterType<OutboxController>(uri, 1, 0, "OutboxController"); |
50 | qmlRegisterType<OutboxModel>(uri, 1, 0, "OutboxModel"); | 51 | qmlRegisterType<OutboxModel>(uri, 1, 0, "OutboxModel"); |
51 | qmlRegisterType<MailController>(uri, 1, 0, "MailController"); | 52 | qmlRegisterType<MailController>(uri, 1, 0, "MailController"); |
53 | qmlRegisterType<FolderController>(uri, 1, 0, "FolderController"); | ||
52 | } | 54 | } |