summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-04-05 17:18:03 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-04-05 17:18:03 +0200
commit8cc436225819b3b255f44a48e0cf91462b6efe8a (patch)
tree018393137072a1c64738344f7a04fda86711a2ed
parent422614ced49db599e24bba070dc38faeab0c9eb6 (diff)
downloadkube-8cc436225819b3b255f44a48e0cf91462b6efe8a.tar.gz
kube-8cc436225819b3b255f44a48e0cf91462b6efe8a.zip
Added missing imports
-rw-r--r--components/mailviewer/contents/ui/TextContent.qml2
-rw-r--r--dist/kube.spec2
-rw-r--r--framework/qml/AttachmentDelegate.qml1
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
19import QtQuick 2.7 19import QtQuick 2.7
20 20
21import org.kube.framework 1.0 as Kube
22
21Item { 23Item {
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 @@
1Name: kube 1Name: kube
2Version: 0.2 2Version: 0.2
3Release: 1%{?dist} 3Release: 2%{?dist}
4Summary: kube 4Summary: kube
5 5
6Group: Applications/Desktop 6Group: 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 @@
19import QtQuick 2.7 19import QtQuick 2.7
20import QtQuick.Layouts 1.1 20import QtQuick.Layouts 1.1
21import org.kde.kirigami 1.0 as Kirigami 21import org.kde.kirigami 1.0 as Kirigami
22import org.kube.framework 1.0 as Kube
22 23
23Item { 24Item {
24 id: root 25 id: root