diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-04-04 14:44:26 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-04-04 14:44:26 +0200 |
commit | 32449cb4c7d7a37fa7fd54d5f7fc29bc7ecb2eff (patch) | |
tree | ec991216a28c975ed1e3078a58c9666586235b1a /framework/qml/TreeView.qml | |
parent | 6221f48574df1e212339f0588475849140b119cb (diff) | |
download | kube-32449cb4c7d7a37fa7fd54d5f7fc29bc7ecb2eff.tar.gz kube-32449cb4c7d7a37fa7fd54d5f7fc29bc7ecb2eff.zip |
Got rid of controls1 where possible, and otherwise marked it learly
Diffstat (limited to 'framework/qml/TreeView.qml')
-rw-r--r-- | framework/qml/TreeView.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/qml/TreeView.qml b/framework/qml/TreeView.qml index 7b9a1103..21345fb0 100644 --- a/framework/qml/TreeView.qml +++ b/framework/qml/TreeView.qml | |||
@@ -18,7 +18,7 @@ | |||
18 | */ | 18 | */ |
19 | 19 | ||
20 | import QtQuick 2.4 | 20 | import QtQuick 2.4 |
21 | import QtQuick.Controls 1.4 | 21 | import QtQuick.Controls 1.4 as Controls1 |
22 | import QtQuick.Controls 2 as Controls2 | 22 | import QtQuick.Controls 2 as Controls2 |
23 | import QtQuick.Controls.Styles 1.4 | 23 | import QtQuick.Controls.Styles 1.4 |
24 | import QtQuick.Layouts 1.1 | 24 | import QtQuick.Layouts 1.1 |
@@ -60,7 +60,7 @@ FocusScope { | |||
60 | flickable: flickableItem | 60 | flickable: flickableItem |
61 | } | 61 | } |
62 | 62 | ||
63 | TreeView { | 63 | Controls1.TreeView { |
64 | id: treeView | 64 | id: treeView |
65 | 65 | ||
66 | anchors { | 66 | anchors { |