diff options
Diffstat (limited to 'framework/qml/Button.qml')
-rw-r--r-- | framework/qml/Button.qml | 2 |
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 | ||
19 | import QtQuick 2.7 | 19 | import QtQuick 2.7 |
20 | 20 | ||
21 | import org.kube.framework 1.0 as Kube | ||
22 | |||
21 | Rectangle { | 23 | Rectangle { |
22 | id: root | 24 | id: root |
23 | 25 | ||