diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-03-21 17:34:05 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-03-23 16:32:01 +0100 |
commit | 0c881f0c1b77cf8876094e3647d1732210b954d1 (patch) | |
tree | 418396b4f2aae86c1cbec2cee9bcd6d36b87dda0 /views/conversation/qml/View.qml | |
parent | d0029fbe0a503edcf36e6ad072b87c53ad0715eb (diff) | |
download | kube-0c881f0c1b77cf8876094e3647d1732210b954d1.tar.gz kube-0c881f0c1b77cf8876094e3647d1732210b954d1.zip |
An extension mechanism load qml files at generic extension points.
and forward the email via an extension api.
Diffstat (limited to 'views/conversation/qml/View.qml')
-rw-r--r-- | views/conversation/qml/View.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/views/conversation/qml/View.qml b/views/conversation/qml/View.qml index 5f0d362d..c0e44144 100644 --- a/views/conversation/qml/View.qml +++ b/views/conversation/qml/View.qml | |||
@@ -26,6 +26,7 @@ import QtQuick.Layouts 1.1 | |||
26 | import org.kube.framework 1.0 as Kube | 26 | import org.kube.framework 1.0 as Kube |
27 | 27 | ||
28 | FocusScope { | 28 | FocusScope { |
29 | property alias currentAccount: accountFolderview.currentAccount | ||
29 | SplitView { | 30 | SplitView { |
30 | anchors.fill: parent | 31 | anchors.fill: parent |
31 | Rectangle { | 32 | Rectangle { |