aboutsummaryrefslogtreecommitdiffstats
path: root/homescreen/qml/MediaArea.qml
diff options
context:
space:
mode:
authorTasuku Suzuki <tasuku.suzuki@qt.io>2017-11-16 16:13:03 +0900
committerTasuku Suzuki <tasuku.suzuki@qt.io>2017-11-16 16:13:03 +0900
commit47d1b5d1badc999c4cab20bbe801ef1f0e67c49c (patch)
tree9e62f032c9288ce05d01767adae6fed56d1330a2 /homescreen/qml/MediaArea.qml
parent4940d001f08bec6fd68293efcbd6673a9ffce65e (diff)
Replace Qt Quick Controls 1.x with 2.x API
Qt Quick Controls 1.x is designed for PC apps. Car HMI should use 2.x APIs Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
Diffstat (limited to 'homescreen/qml/MediaArea.qml')
-rw-r--r--homescreen/qml/MediaArea.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/homescreen/qml/MediaArea.qml b/homescreen/qml/MediaArea.qml
index d7159d2..0447589 100644
--- a/homescreen/qml/MediaArea.qml
+++ b/homescreen/qml/MediaArea.qml
@@ -16,7 +16,7 @@
*/
import QtQuick 2.2
-import QtQuick.Controls 1.0
+import QtQuick.Controls 2.0
StackView {
id: root