summaryrefslogtreecommitdiff
path: root/tests/auto/qmlinterface/data/TestPlace.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qmlinterface/data/TestPlace.qml')
-rw-r--r--tests/auto/qmlinterface/data/TestPlace.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qmlinterface/data/TestPlace.qml b/tests/auto/qmlinterface/data/TestPlace.qml
index 1cce22af..a3c40c14 100644
--- a/tests/auto/qmlinterface/data/TestPlace.qml
+++ b/tests/auto/qmlinterface/data/TestPlace.qml
@@ -44,7 +44,7 @@ Place {
]
location: TestLocation { }
ratings: ({ average: 3.5, maximum: 5.0, count: 10 })
- icon: TestIcon { }
+ icon: ({ parameters: { singleUrl: "http://www.example.com/test-icon.png" }})
supplier: TestSupplier { }
visibility: Place.PrivateVisibility
}