From 47d1b5d1badc999c4cab20bbe801ef1f0e67c49c Mon Sep 17 00:00:00 2001 From: Tasuku Suzuki Date: Thu, 16 Nov 2017 16:13:03 +0900 Subject: 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 --- homescreen/qml/MediaArea.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'homescreen/qml/MediaArea.qml') 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 -- cgit 1.2.3-korg