summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2018-07-06 13:59:50 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2018-07-12 16:08:21 +0200
commit395f85b92f461923619fcf713f8029311630a8f2 (patch)
treebc1e9c3ec154ed5c450d592a89288ae123c0f805
parent64ee4321cf6b9d85ac1c8f10b536bdff8fb8830a (diff)
downloadkube-395f85b92f461923619fcf713f8029311630a8f2.tar.gz
kube-395f85b92f461923619fcf713f8029311630a8f2.zip
All views should become a Kube.View
So we can use it as baseclass for common features.
-rw-r--r--views/conversation/qml/View.qml2
1 files changed, 1 insertions, 1 deletions
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
25 25
26import org.kube.framework 1.0 as Kube 26import org.kube.framework 1.0 as Kube
27 27
28FocusScope { 28Kube.View {
29 id: root 29 id: root
30 property alias currentAccount: accountFolderview.currentAccount 30 property alias currentAccount: accountFolderview.currentAccount
31 31