aboutsummaryrefslogtreecommitdiffstats
path: root/tests/apps/com.theqtcompany.cluster/ClusterViewHarness.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/apps/com.theqtcompany.cluster/ClusterViewHarness.qml')
-rw-r--r--tests/apps/com.theqtcompany.cluster/ClusterViewHarness.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/apps/com.theqtcompany.cluster/ClusterViewHarness.qml b/tests/apps/com.theqtcompany.cluster/ClusterViewHarness.qml
index 83506245..ba55a738 100644
--- a/tests/apps/com.theqtcompany.cluster/ClusterViewHarness.qml
+++ b/tests/apps/com.theqtcompany.cluster/ClusterViewHarness.qml
@@ -45,7 +45,7 @@ Item {
Image {
anchors.fill: parent
- source: Config.gfx("instrument-cluster-bg", root.Style.theme)
+ source: Style.image("instrument-cluster-bg")
fillMode: Image.Stretch
}