summaryrefslogtreecommitdiffstats
path: root/framework/qml/AttachmentDelegate.qml
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 /framework/qml/AttachmentDelegate.qml
parent422614ced49db599e24bba070dc38faeab0c9eb6 (diff)
downloadkube-8cc436225819b3b255f44a48e0cf91462b6efe8a.tar.gz
kube-8cc436225819b3b255f44a48e0cf91462b6efe8a.zip
Added missing imports
Diffstat (limited to 'framework/qml/AttachmentDelegate.qml')
-rw-r--r--framework/qml/AttachmentDelegate.qml1
1 files changed, 1 insertions, 0 deletions
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