diff options
-rw-r--r-- | components/package/contents/ui/TextView.qml | 3 | ||||
-rw-r--r-- | components/package/contents/ui/WebView.qml | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/components/package/contents/ui/TextView.qml b/components/package/contents/ui/TextView.qml index d0ff9999..7fd1272f 100644 --- a/components/package/contents/ui/TextView.qml +++ b/components/package/contents/ui/TextView.qml | |||
@@ -16,8 +16,7 @@ | |||
16 | 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | 16 | 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
17 | */ | 17 | */ |
18 | 18 | ||
19 | import QtQuick 2.4 | 19 | import QtQuick 2.7 |
20 | import QtQuick.Controls 1.3 | ||
21 | 20 | ||
22 | Item { | 21 | Item { |
23 | id: root | 22 | id: root |
diff --git a/components/package/contents/ui/WebView.qml b/components/package/contents/ui/WebView.qml index 4c7aab53..fd418879 100644 --- a/components/package/contents/ui/WebView.qml +++ b/components/package/contents/ui/WebView.qml | |||
@@ -16,8 +16,7 @@ | |||
16 | 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | 16 | 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
17 | */ | 17 | */ |
18 | 18 | ||
19 | import QtQuick 2.4 | 19 | import QtQuick 2.7 |
20 | import QtQuick.Controls 1.3 | ||
21 | import QtWebKit 3.0 | 20 | import QtWebKit 3.0 |
22 | // import QtWebEngine 1.3 //This would give use contentsSize | 21 | // import QtWebEngine 1.3 //This would give use contentsSize |
23 | import QtWebEngine 1.2 | 22 | import QtWebEngine 1.2 |