diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-03-03 22:30:07 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-03-03 22:30:07 +0100 |
commit | fd31aa9b05ea215e8071cf76fe21ec746204f3a3 (patch) | |
tree | fd656cf389060e6a5c7ef3253d3337e0a48864c8 /accounts/maildir/qmldir | |
parent | 54c3e5912b0d64bad5a1c66bc96f0552ac5e21f5 (diff) | |
download | kube-fd31aa9b05ea215e8071cf76fe21ec746204f3a3.tar.gz kube-fd31aa9b05ea215e8071cf76fe21ec746204f3a3.zip |
Added a maildir configuration controller that can edit the config in
sink.
The property binding only works when using actual QObject::property'ies.
It doesn't work at all with Q_PROPERTY, even with a NOTIFY signal.
Diffstat (limited to 'accounts/maildir/qmldir')
-rw-r--r-- | accounts/maildir/qmldir | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/accounts/maildir/qmldir b/accounts/maildir/qmldir index 40e6be1c..70ecc786 100644 --- a/accounts/maildir/qmldir +++ b/accounts/maildir/qmldir | |||
@@ -1,3 +1,5 @@ | |||
1 | module org.kde.kube.accounts.maildir | 1 | module org.kde.kube.accounts.maildir |
2 | 2 | ||
3 | AccountSettings 1.0 MaildirAccountSettings.qml | 3 | AccountSettings 1.0 MaildirAccountSettings.qml |
4 | |||
5 | plugin maildiraccountplugin | ||