summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Strømme <christian.stromme@qt.io>2018-06-12 11:17:20 +0200
committerLaszlo Agocs <laszlo.agocs@qt.io>2018-06-12 09:48:48 +0000
commitf3396eb52e1333dc06e1fc0aef1e7cb60f243270 (patch)
tree33ec6ac1ace244c29d553725e908285443c1152a
parent125f13c64ce716193db264baa2548342ca43389e (diff)
Fix directory separator in qmlstreamlayer.uipv2.0.0-rc2v2.0.0
Change-Id: Icb65a8ff58cdce49a1bb4247c312d7a25cc2afaa Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
-rw-r--r--tests/scenes/qmlstreamlayer/qmlstreamlayer.uia2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/scenes/qmlstreamlayer/qmlstreamlayer.uia b/tests/scenes/qmlstreamlayer/qmlstreamlayer.uia
index 5caf44b..d7e27fa 100644
--- a/tests/scenes/qmlstreamlayer/qmlstreamlayer.uia
+++ b/tests/scenes/qmlstreamlayer/qmlstreamlayer.uia
@@ -3,6 +3,6 @@
<assets initial="qmlstreamlayer">
<presentation id="qmlstreamlayer" src="qmlstreamlayer.uip"/>
<presentation-qml id="red-fill" args="scripts/RedFill.qml"/>
- <presentation-qml id="layer" args="scripts\right_rect.qml"/>
+ <presentation-qml id="layer" args="scripts/right_rect.qml"/>
</assets>
</application>