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 /components/mailviewer | |
parent | 422614ced49db599e24bba070dc38faeab0c9eb6 (diff) | |
download | kube-8cc436225819b3b255f44a48e0cf91462b6efe8a.tar.gz kube-8cc436225819b3b255f44a48e0cf91462b6efe8a.zip |
Added missing imports
Diffstat (limited to 'components/mailviewer')
-rw-r--r-- | components/mailviewer/contents/ui/TextContent.qml | 2 |
1 files changed, 2 insertions, 0 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 | ||