aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/nativestyle/CustomCheckBoxes.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/nativestyle/CustomCheckBoxes.qml')
-rw-r--r--tests/manual/nativestyle/CustomCheckBoxes.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/manual/nativestyle/CustomCheckBoxes.qml b/tests/manual/nativestyle/CustomCheckBoxes.qml
index ce3a5543..00dc7378 100644
--- a/tests/manual/nativestyle/CustomCheckBoxes.qml
+++ b/tests/manual/nativestyle/CustomCheckBoxes.qml
@@ -76,7 +76,7 @@ ControlContainer {
defaultColor: "#353637"
scale: 0.5
color: "green"
- source: "qrc:/qt-project.org/imports/QtQuick/Controls/Default/images/check.png"
+ source: "qrc:/qt-project.org/imports/QtQuick/Controls/Basic/images/check.png"
visible: customIndicator.checkState === Qt.Checked
}
@@ -119,7 +119,7 @@ ControlContainer {
defaultColor: "#353637"
scale: 0.5
color: "green"
- source: "qrc:/qt-project.org/imports/QtQuick/Controls/Default/images/check.png"
+ source: "qrc:/qt-project.org/imports/QtQuick/Controls/Basic/images/check.png"
visible: allCustom.checkState === Qt.Checked
}