aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quickcontrols/customization/tst_customization.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/quickcontrols/customization/tst_customization.cpp')
-rw-r--r--tests/auto/quickcontrols/customization/tst_customization.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/tests/auto/quickcontrols/customization/tst_customization.cpp b/tests/auto/quickcontrols/customization/tst_customization.cpp
index 8e5ac2a95a..d011f24d6a 100644
--- a/tests/auto/quickcontrols/customization/tst_customization.cpp
+++ b/tests/auto/quickcontrols/customization/tst_customization.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2017 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#include <QtTest/qtest.h>
#include <QtCore/private/qhooks_p.h>
@@ -365,18 +365,18 @@ void tst_customization::override_data()
{
"macOS",
{
- "Button", "CheckBox", "ComboBox", "Dial", "Dialog", "DialogButtonBox", "Frame", "GroupBox",
- "ProgressBar", "RadioButton", "SelectionRectangle", "Slider",
- "SpinBox", "TextArea", "TextField", "TreeViewDelegate"
+ "Button", "CheckBox", "CheckDelegate", "ComboBox", "DelayButton", "Dial", "Frame",
+ "GroupBox", "ProgressBar", "RadioButton", "RadioDelegate", "SelectionRectangle",
+ "RangeSlider", "Slider", "SpinBox", "TextArea", "TextField", "TreeViewDelegate"
// TODO: ScrollView, ScrollBar
}
},
{
"Windows",
{
- "Button", "CheckBox", "ComboBox", "Frame", "GroupBox", "ProgressBar", "RadioButton",
- "SelectionRectangle", "Slider", "SpinBox", "TextArea", "TextField"
- // TODO: ScrollView
+ "Button", "CheckBox", "CheckDelegate", "ComboBox", "DelayButton", "Frame", "GroupBox",
+ "ProgressBar", "RadioButton", "RadioDelegate", "RangeSlider", "SelectionRectangle",
+ "ScrollBar", "Slider", "SpinBox", "Switch", "SwitchDelegate", "TextArea", "TextField"
}
}
};