diff options
-rw-r--r-- | components/mailviewer/contents/ui/TextContent.qml | 2 | ||||
-rw-r--r-- | dist/kube.spec | 2 | ||||
-rw-r--r-- | framework/qml/AttachmentDelegate.qml | 1 |
3 files changed, 4 insertions, 1 deletions
diff --git a/components/mailviewer/contents/ui/TextContent.qml b/components/mailviewer/contents/ui/TextContent.qml index f65e85b6..ec0dc487 100644 --- a/components/mailviewer/contents/ui/TextContent.qml +++ b/components/mailviewer/contents/ui/TextContent.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 | Item { | 23 | Item { |
22 | id: textItem | 24 | id: textItem |
23 | 25 | ||
diff --git a/dist/kube.spec b/dist/kube.spec index 94ed34e0..d1ec8980 100644 --- a/dist/kube.spec +++ b/dist/kube.spec | |||
@@ -1,6 +1,6 @@ | |||
1 | Name: kube | 1 | Name: kube |
2 | Version: 0.2 | 2 | Version: 0.2 |
3 | Release: 1%{?dist} | 3 | Release: 2%{?dist} |
4 | Summary: kube | 4 | Summary: kube |
5 | 5 | ||
6 | Group: Applications/Desktop | 6 | Group: Applications/Desktop |
diff --git a/framework/qml/AttachmentDelegate.qml b/framework/qml/AttachmentDelegate.qml index 9241efac..c1018a2a 100644 --- a/framework/qml/AttachmentDelegate.qml +++ b/framework/qml/AttachmentDelegate.qml | |||
@@ -19,6 +19,7 @@ | |||
19 | import QtQuick 2.7 | 19 | import QtQuick 2.7 |
20 | import QtQuick.Layouts 1.1 | 20 | import QtQuick.Layouts 1.1 |
21 | import org.kde.kirigami 1.0 as Kirigami | 21 | import org.kde.kirigami 1.0 as Kirigami |
22 | import org.kube.framework 1.0 as Kube | ||
22 | 23 | ||
23 | Item { | 24 | Item { |
24 | id: root | 25 | id: root |