diff options
author | Daniel d'Andrada <daniel.dandrada@luxoft.com> | 2018-10-29 11:24:03 +0100 |
---|---|---|
committer | Robert Griebl <robert.griebl@pelagicore.com> | 2018-10-30 15:42:11 +0000 |
commit | dfd64f27cce25bb9cf157b34c33154d148a3a2d2 (patch) | |
tree | 94cafe44a6767db722e2d3f9080ffebaf04f3631 /benchmarks | |
parent | df8a443b0eeaf72d2c9f1a2b5168826bb30fc3b8 (diff) | |
download | qtapplicationmanager-dfd64f27cce25bb9cf157b34c33154d148a3a2d2.tar.gz |
Split the QtApplicationManager qml module
Into QtApplicationManager, QtApplicationManager.SystemUI and
QtApplicationManager.Application
Task-number: AUTOSUITE-671
Change-Id: I09eb914e026e230280c426dd00884f2883b5e7bd
Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/appman-bench/system-ui/main.qml | 3 | ||||
-rw-r--r-- | benchmarks/appman-bench/templates/appman-qml/main.qml | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/benchmarks/appman-bench/system-ui/main.qml b/benchmarks/appman-bench/system-ui/main.qml index a20a7464..de8f50cb 100644 --- a/benchmarks/appman-bench/system-ui/main.qml +++ b/benchmarks/appman-bench/system-ui/main.qml @@ -52,8 +52,7 @@ import QtQuick 2.8 import QtQuick.Window 2.2 -import QtApplicationManager 1.0 -import QtApplicationManager 1.0 as AppMan +import QtApplicationManager.SystemUI 1.0 Window { id: root diff --git a/benchmarks/appman-bench/templates/appman-qml/main.qml b/benchmarks/appman-bench/templates/appman-qml/main.qml index 97211c40..02fa0fe4 100644 --- a/benchmarks/appman-bench/templates/appman-qml/main.qml +++ b/benchmarks/appman-bench/templates/appman-qml/main.qml @@ -51,7 +51,7 @@ ****************************************************************************/ import QtQuick 2.4 -import QtApplicationManager 1.0 +import QtApplicationManager.Application 1.0 ApplicationManagerWindow { id: root |