summaryrefslogtreecommitdiffstats
path: root/framework/qml/PositiveButton.qml
diff options
context:
space:
mode:
Diffstat (limited to 'framework/qml/PositiveButton.qml')
-rw-r--r--framework/qml/PositiveButton.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/qml/PositiveButton.qml b/framework/qml/PositiveButton.qml
index 37ddae51..9e23ee5d 100644
--- a/framework/qml/PositiveButton.qml
+++ b/framework/qml/PositiveButton.qml
@@ -18,6 +18,7 @@
18 18
19import QtQuick 2.7 19import QtQuick 2.7
20import QtQuick.Controls 2.0 as Controls 20import QtQuick.Controls 2.0 as Controls
21import org.kube.framework 1.0 as Kube
21 22
22Controls.AbstractButton { 23Controls.AbstractButton {
23 id: root 24 id: root