diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-04-05 17:18:03 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-04-05 17:18:03 +0200 |
commit | 8cc436225819b3b255f44a48e0cf91462b6efe8a (patch) | |
tree | 018393137072a1c64738344f7a04fda86711a2ed /framework/qml/AttachmentDelegate.qml | |
parent | 422614ced49db599e24bba070dc38faeab0c9eb6 (diff) | |
download | kube-8cc436225819b3b255f44a48e0cf91462b6efe8a.tar.gz kube-8cc436225819b3b255f44a48e0cf91462b6efe8a.zip |
Added missing imports
Diffstat (limited to 'framework/qml/AttachmentDelegate.qml')
-rw-r--r-- | framework/qml/AttachmentDelegate.qml | 1 |
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 @@ | |||
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 |