diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-01-02 00:19:01 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-01-02 00:31:49 +0100 |
commit | 1ef70a4c8c2bb9fd70d5bc73614b09177b6b970c (patch) | |
tree | 57503402891c5d02720a06b2bdebb26ba551d9d7 /framework/domain/mailplugin.cpp | |
parent | 8cf790d6bc91e5e9c06651ffe4a193b625207f0d (diff) | |
download | kube-1ef70a4c8c2bb9fd70d5bc73614b09177b6b970c.tar.gz kube-1ef70a4c8c2bb9fd70d5bc73614b09177b6b970c.zip |
Foldercontroller
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 | } |