diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-01-05 15:17:04 +0100 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-01-05 15:17:04 +0100 |
commit | a2fda0ad4fc013e4f9dd7d68ce2ec5385c1717ce (patch) | |
tree | 3ca0df1d96c01baef1575b4d961365ed227531e1 /framework/domain/mailplugin.cpp | |
parent | bc7879eca0d242934ec2051af93fd58b66845461 (diff) | |
download | kube-a2fda0ad4fc013e4f9dd7d68ce2ec5385c1717ce.tar.gz kube-a2fda0ad4fc013e4f9dd7d68ce2ec5385c1717ce.zip |
move accounts related files to seperate folder
Diffstat (limited to 'framework/domain/mailplugin.cpp')
-rw-r--r-- | framework/domain/mailplugin.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/framework/domain/mailplugin.cpp b/framework/domain/mailplugin.cpp index f9dbe3ec..2ec73644 100644 --- a/framework/domain/mailplugin.cpp +++ b/framework/domain/mailplugin.cpp | |||
@@ -25,9 +25,6 @@ | |||
25 | #include "composercontroller.h" | 25 | #include "composercontroller.h" |
26 | #include "messageparser.h" | 26 | #include "messageparser.h" |
27 | #include "retriever.h" | 27 | #include "retriever.h" |
28 | #include "accountfactory.h" | ||
29 | #include "accountscontroller.h" | ||
30 | #include "accountsmodel.h" | ||
31 | #include "outboxmodel.h" | 28 | #include "outboxmodel.h" |
32 | #include "outboxcontroller.h" | 29 | #include "outboxcontroller.h" |
33 | #include "mailcontroller.h" | 30 | #include "mailcontroller.h" |
@@ -45,9 +42,6 @@ void MailPlugin::registerTypes (const char *uri) | |||
45 | qmlRegisterType<ComposerController>(uri, 1, 0, "ComposerController"); | 42 | qmlRegisterType<ComposerController>(uri, 1, 0, "ComposerController"); |
46 | qmlRegisterType<MessageParser>(uri, 1, 0, "MessageParser"); | 43 | qmlRegisterType<MessageParser>(uri, 1, 0, "MessageParser"); |
47 | qmlRegisterType<Retriever>(uri, 1, 0, "Retriever"); | 44 | qmlRegisterType<Retriever>(uri, 1, 0, "Retriever"); |
48 | qmlRegisterType<AccountFactory>(uri, 1, 0, "AccountFactory"); | ||
49 | qmlRegisterType<AccountsController>(uri, 1, 0, "AccountsController"); | ||
50 | qmlRegisterType<AccountsModel>(uri, 1, 0, "AccountsModel"); | ||
51 | qmlRegisterType<OutboxController>(uri, 1, 0, "OutboxController"); | 45 | qmlRegisterType<OutboxController>(uri, 1, 0, "OutboxController"); |
52 | qmlRegisterType<OutboxModel>(uri, 1, 0, "OutboxModel"); | 46 | qmlRegisterType<OutboxModel>(uri, 1, 0, "OutboxModel"); |
53 | qmlRegisterType<MailController>(uri, 1, 0, "MailController"); | 47 | qmlRegisterType<MailController>(uri, 1, 0, "MailController"); |