aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2024-04-04 10:49:03 +0800
committerMitch Curtis <mitch.curtis@qt.io>2024-04-15 09:27:25 +0800
commitf5b235b95d3518717a58259fd12b06a26ade1fe9 (patch)
tree6dd982dc148a2a01b0e899832d53423596666b68 /tests
parenta35950db9523ab910feb8622f97432ee4482de83 (diff)
Remove native style customization warnings for ItemDelegate
It has no native visuals so customizing it is fine. Task-number: QTBUG-123773 Pick-to: 6.5 6.7 Change-Id: Iebac1231b096dbb5f9cde1d79ccda59688b25f09 Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/quickcontrols/customization/tst_customization.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/quickcontrols/customization/tst_customization.cpp b/tests/auto/quickcontrols/customization/tst_customization.cpp
index e55df16202..d011f24d6a 100644
--- a/tests/auto/quickcontrols/customization/tst_customization.cpp
+++ b/tests/auto/quickcontrols/customization/tst_customization.cpp
@@ -366,7 +366,7 @@ void tst_customization::override_data()
"macOS",
{
"Button", "CheckBox", "CheckDelegate", "ComboBox", "DelayButton", "Dial", "Frame",
- "GroupBox", "ItemDelegate", "ProgressBar", "RadioButton", "RadioDelegate", "SelectionRectangle",
+ "GroupBox", "ProgressBar", "RadioButton", "RadioDelegate", "SelectionRectangle",
"RangeSlider", "Slider", "SpinBox", "TextArea", "TextField", "TreeViewDelegate"
// TODO: ScrollView, ScrollBar
}
@@ -375,7 +375,7 @@ void tst_customization::override_data()
"Windows",
{
"Button", "CheckBox", "CheckDelegate", "ComboBox", "DelayButton", "Frame", "GroupBox",
- "ItemDelegate", "ProgressBar", "RadioButton", "RadioDelegate", "RangeSlider", "SelectionRectangle",
+ "ProgressBar", "RadioButton", "RadioDelegate", "RangeSlider", "SelectionRectangle",
"ScrollBar", "Slider", "SpinBox", "Switch", "SwitchDelegate", "TextArea", "TextField"
}
}