summaryrefslogtreecommitdiffstats
path: root/framework/qml/Button.qml
diff options
context:
space:
mode:
Diffstat (limited to 'framework/qml/Button.qml')
-rw-r--r--framework/qml/Button.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/framework/qml/Button.qml b/framework/qml/Button.qml
index 4df1492a..a2be7136 100644
--- a/framework/qml/Button.qml
+++ b/framework/qml/Button.qml
@@ -18,6 +18,8 @@
18 18
19import QtQuick 2.7 19import QtQuick 2.7
20 20
21import org.kube.framework 1.0 as Kube
22
21Rectangle { 23Rectangle {
22 id: root 24 id: root
23 25