diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-03-01 13:24:28 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-03-01 13:24:28 +0100 |
commit | 4d422c52e64e1f06f46174b8cfbb70d17543e418 (patch) | |
tree | f2da2dace42639c69bc28f7e27dddbf25a12d938 /accounts/maildir/maildiraccountplugin.cpp | |
parent | 06a2d75d5e4c050fee5c52c7e220cf3e945fbdf6 (diff) | |
download | kube-4d422c52e64e1f06f46174b8cfbb70d17543e418.tar.gz kube-4d422c52e64e1f06f46174b8cfbb70d17543e418.zip |
Removed the unused maildircontroller
Diffstat (limited to 'accounts/maildir/maildiraccountplugin.cpp')
-rw-r--r-- | accounts/maildir/maildiraccountplugin.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/accounts/maildir/maildiraccountplugin.cpp b/accounts/maildir/maildiraccountplugin.cpp index 5ae49d8e..2c3c8c4d 100644 --- a/accounts/maildir/maildiraccountplugin.cpp +++ b/accounts/maildir/maildiraccountplugin.cpp | |||
@@ -1,7 +1,6 @@ | |||
1 | #include "maildiraccountplugin.h" | 1 | #include "maildiraccountplugin.h" |
2 | 2 | ||
3 | #include "maildirsettings.h" | 3 | #include "maildirsettings.h" |
4 | #include "maildircontroller.h" | ||
5 | 4 | ||
6 | #include <QtQml> | 5 | #include <QtQml> |
7 | 6 | ||
@@ -9,5 +8,4 @@ void MaildirAccountPlugin::registerTypes (const char *uri) | |||
9 | { | 8 | { |
10 | Q_ASSERT(uri == QLatin1String("org.kube.accounts.maildir")); | 9 | Q_ASSERT(uri == QLatin1String("org.kube.accounts.maildir")); |
11 | qmlRegisterType<MaildirSettings>(uri, 1, 0, "MaildirSettings"); | 10 | qmlRegisterType<MaildirSettings>(uri, 1, 0, "MaildirSettings"); |
12 | qmlRegisterType<MaildirController>(uri, 1, 0, "MaildirController"); | ||
13 | } | 11 | } |