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/StatusArea.qml | 1 - 1 file changed, 1 deletion(-) (limited to 'homescreen/qml/StatusArea.qml') diff --git a/homescreen/qml/StatusArea.qml b/homescreen/qml/StatusArea.qml index 3fc3079..4dbe0ba 100644 --- a/homescreen/qml/StatusArea.qml +++ b/homescreen/qml/StatusArea.qml @@ -17,7 +17,6 @@ import QtQuick 2.2 import QtQuick.Layouts 1.1 -import QtQuick.Controls 1.0 import HomeScreen 1.0 Item { -- cgit 1.2.3-korg