summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-05-20 12:34:29 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-05-20 12:34:29 +0200
commit89897feaff1f61b7e7ae00e60820f3c9a8d70d95 (patch)
tree31fa9bab468115e1fd8fb3e1b6c9f44255b1fc70
parent433bdc462fcd8fd8fd6737b37b4a2f8c4fcde0ac (diff)
downloadkube-89897feaff1f61b7e7ae00e60820f3c9a8d70d95.tar.gz
kube-89897feaff1f61b7e7ae00e60820f3c9a8d70d95.zip
qt 5.7
-rw-r--r--framework/qml/TextArea.qml2
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
20import QtQuick 2.7 20import QtQuick 2.7
21import QtQuick.Templates 2.1 as T 21import QtQuick.Templates 2.0 as T
22 22
23import org.kube.framework 1.0 as Kube 23import org.kube.framework 1.0 as Kube
24 24