From 0c881f0c1b77cf8876094e3647d1732210b954d1 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 21 Mar 2018 17:34:05 +0100 Subject: An extension mechanism load qml files at generic extension points. and forward the email via an extension api. --- views/conversation/qml/View.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'views') 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 import org.kube.framework 1.0 as Kube FocusScope { + property alias currentAccount: accountFolderview.currentAccount SplitView { anchors.fill: parent Rectangle { -- cgit v1.2.3