From 395f85b92f461923619fcf713f8029311630a8f2 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Fri, 6 Jul 2018 13:59:50 +0200 Subject: All views should become a Kube.View So we can use it as baseclass for common features. --- views/conversation/qml/View.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/conversation/qml/View.qml') diff --git a/views/conversation/qml/View.qml b/views/conversation/qml/View.qml index 82ca2af3..89e6379c 100644 --- a/views/conversation/qml/View.qml +++ b/views/conversation/qml/View.qml @@ -25,7 +25,7 @@ import QtQuick.Layouts 1.1 import org.kube.framework 1.0 as Kube -FocusScope { +Kube.View { id: root property alias currentAccount: accountFolderview.currentAccount -- cgit v1.2.3