diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-05-20 12:34:29 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-05-20 12:34:29 +0200 |
commit | 89897feaff1f61b7e7ae00e60820f3c9a8d70d95 (patch) | |
tree | 31fa9bab468115e1fd8fb3e1b6c9f44255b1fc70 | |
parent | 433bdc462fcd8fd8fd6737b37b4a2f8c4fcde0ac (diff) | |
download | kube-89897feaff1f61b7e7ae00e60820f3c9a8d70d95.tar.gz kube-89897feaff1f61b7e7ae00e60820f3c9a8d70d95.zip |
qt 5.7
-rw-r--r-- | framework/qml/TextArea.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/qml/TextArea.qml b/framework/qml/TextArea.qml index 40d23651..47371f2b 100644 --- a/framework/qml/TextArea.qml +++ b/framework/qml/TextArea.qml | |||
@@ -18,7 +18,7 @@ | |||
18 | 18 | ||
19 | 19 | ||
20 | import QtQuick 2.7 | 20 | import QtQuick 2.7 |
21 | import QtQuick.Templates 2.1 as T | 21 | import QtQuick.Templates 2.0 as T |
22 | 22 | ||
23 | import org.kube.framework 1.0 as Kube | 23 | import org.kube.framework 1.0 as Kube |
24 | 24 | ||