aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/quickcontrols/headerview/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/quickcontrols/headerview/main.qml')
-rw-r--r--tests/manual/quickcontrols/headerview/main.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/manual/quickcontrols/headerview/main.qml b/tests/manual/quickcontrols/headerview/main.qml
index 89367d91bf..182ba10069 100644
--- a/tests/manual/quickcontrols/headerview/main.qml
+++ b/tests/manual/quickcontrols/headerview/main.qml
@@ -1,5 +1,5 @@
// Copyright (C) 2020 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
import QtQml.Models
import QtQuick
@@ -14,7 +14,7 @@ Window {
width: 640
height: 480
title: qsTr("HeaderView Test")
- color: Qt.styleHints.appearance === Qt.Light ? palette.mid : palette.midlight
+ color: Qt.styleHints.colorScheme === Qt.Light ? palette.mid : palette.midlight
TestTableModelWithHeader {
id: tableModel