summaryrefslogtreecommitdiff
path: root/examples/location/places/views/RatingView.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/location/places/views/RatingView.qml')
-rw-r--r--examples/location/places/views/RatingView.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/location/places/views/RatingView.qml b/examples/location/places/views/RatingView.qml
index 0fc22038..6f51fa73 100644
--- a/examples/location/places/views/RatingView.qml
+++ b/examples/location/places/views/RatingView.qml
@@ -57,7 +57,7 @@ Row {
Repeater {
model: Math.ceil(rating)
Image {
- source: "../../resources/star.png"
+ source: Qt.resolvedUrl("../resources/star.png")
width: size
height: size
}