diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2016-06-18 16:51:02 +0200 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2016-06-18 16:51:02 +0200 |
commit | a1e856118ed9beb11ca99f20ec526f198fe6867b (patch) | |
tree | d062464087a52572d8007006f86b0d50355d1a3c /accounts | |
parent | b66061727640f30b74c2848ce3d49f4c9263aff0 (diff) | |
download | kube-a1e856118ed9beb11ca99f20ec526f198fe6867b.tar.gz kube-a1e856118ed9beb11ca99f20ec526f198fe6867b.zip |
codingstyle++
Diffstat (limited to 'accounts')
-rw-r--r-- | accounts/maildir/package/contents/ui/MaildirAccountSettings.qml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/accounts/maildir/package/contents/ui/MaildirAccountSettings.qml b/accounts/maildir/package/contents/ui/MaildirAccountSettings.qml index 9b2f4438..6cac1480 100644 --- a/accounts/maildir/package/contents/ui/MaildirAccountSettings.qml +++ b/accounts/maildir/package/contents/ui/MaildirAccountSettings.qml | |||
@@ -36,6 +36,11 @@ Item { | |||
36 | 36 | ||
37 | anchors.fill: parent | 37 | anchors.fill: parent |
38 | 38 | ||
39 | MaildirAccount.MaildirSettings { | ||
40 | id: maildirSettings | ||
41 | accountIdentifier: accountId | ||
42 | } | ||
43 | |||
39 | GridLayout { | 44 | GridLayout { |
40 | id: gridLayout | 45 | id: gridLayout |
41 | 46 | ||
@@ -161,11 +166,6 @@ Item { | |||
161 | } | 166 | } |
162 | } | 167 | } |
163 | 168 | ||
164 | MaildirAccount.MaildirSettings { | ||
165 | id: maildirSettings | ||
166 | accountIdentifier: accountId | ||
167 | } | ||
168 | |||
169 | Button { | 169 | Button { |
170 | text: "Save" | 170 | text: "Save" |
171 | onClicked: { | 171 | onClicked: { |