diff options
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"); |