diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-04-05 13:00:21 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-04-05 13:00:21 +0200 |
commit | 5755ad47145d2985ba74354961b4127d82c516f6 (patch) | |
tree | aa6af562b7e587be895ff5a4355270f82f3ea180 /framework/qml/MailViewer.qml | |
parent | e78224a7d9ccf70aadde8c0bff1cab72e8cb7438 (diff) | |
download | kube-5755ad47145d2985ba74354961b4127d82c516f6.tar.gz kube-5755ad47145d2985ba74354961b4127d82c516f6.zip |
A single framework plugin
Diffstat (limited to 'framework/qml/MailViewer.qml')
-rw-r--r-- | framework/qml/MailViewer.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/qml/MailViewer.qml b/framework/qml/MailViewer.qml index 4ee170bd..487da576 100644 --- a/framework/qml/MailViewer.qml +++ b/framework/qml/MailViewer.qml | |||
@@ -20,8 +20,8 @@ import QtQuick 2.4 | |||
20 | import QtQuick.Controls 1.4 as Controls1 | 20 | import QtQuick.Controls 1.4 as Controls1 |
21 | import QtQuick.Layouts 1.1 | 21 | import QtQuick.Layouts 1.1 |
22 | 22 | ||
23 | import org.kube.framework.domain 1.0 as KubeFramework | ||
24 | import org.kube.components.mailviewer 1.0 as MV | 23 | import org.kube.components.mailviewer 1.0 as MV |
24 | import org.kube.framework 1.0 as Kube | ||
25 | 25 | ||
26 | Item { | 26 | Item { |
27 | id: root | 27 | id: root |
@@ -67,7 +67,7 @@ Item { | |||
67 | model: messageParser.newTree | 67 | model: messageParser.newTree |
68 | } | 68 | } |
69 | 69 | ||
70 | KubeFramework.MessageParser { | 70 | Kube.MessageParser { |
71 | id: messageParser | 71 | id: messageParser |
72 | message: root.message | 72 | message: root.message |
73 | } | 73 | } |