diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-07-06 13:59:50 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-07-12 16:08:21 +0200 |
commit | 395f85b92f461923619fcf713f8029311630a8f2 (patch) | |
tree | bc1e9c3ec154ed5c450d592a89288ae123c0f805 | |
parent | 64ee4321cf6b9d85ac1c8f10b536bdff8fb8830a (diff) | |
download | kube-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.qml | 2 |
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 | ||
26 | import org.kube.framework 1.0 as Kube | 26 | import org.kube.framework 1.0 as Kube |
27 | 27 | ||
28 | FocusScope { | 28 | Kube.View { |
29 | id: root | 29 | id: root |
30 | property alias currentAccount: accountFolderview.currentAccount | 30 | property alias currentAccount: accountFolderview.currentAccount |
31 | 31 | ||