diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-04-04 14:44:26 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-04-04 14:44:26 +0200 |
commit | 32449cb4c7d7a37fa7fd54d5f7fc29bc7ecb2eff (patch) | |
tree | ec991216a28c975ed1e3078a58c9666586235b1a /components | |
parent | 6221f48574df1e212339f0588475849140b119cb (diff) | |
download | kube-32449cb4c7d7a37fa7fd54d5f7fc29bc7ecb2eff.tar.gz kube-32449cb4c7d7a37fa7fd54d5f7fc29bc7ecb2eff.zip |
Got rid of controls1 where possible, and otherwise marked it learly
Diffstat (limited to 'components')
-rw-r--r-- | components/mailviewer/qml/HtmlContent.qml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/mailviewer/qml/HtmlContent.qml b/components/mailviewer/qml/HtmlContent.qml index c775a3ca..2ebd3b67 100644 --- a/components/mailviewer/qml/HtmlContent.qml +++ b/components/mailviewer/qml/HtmlContent.qml | |||
@@ -17,7 +17,6 @@ | |||
17 | */ | 17 | */ |
18 | 18 | ||
19 | import QtQuick 2.4 | 19 | import QtQuick 2.4 |
20 | import QtQuick.Controls 1.3 | ||
21 | import QtWebEngine 1.4 | 20 | import QtWebEngine 1.4 |
22 | 21 | ||
23 | import org.kube.framework 1.0 as Kube | 22 | import org.kube.framework 1.0 as Kube |