From d6e91077ee259e26b4574a2bde8f5990eddf272c Mon Sep 17 00:00:00 2001 From: Juha Vuolle Date: Wed, 14 Dec 2011 14:53:33 +0200 Subject: Rough version of the mapping test plugin. Change-Id: I5ed2ab21ea0bfbecd599fe006d2f8a61abc9e50c Reviewed-by: David Laing --- tests/applications/declarative_map/map3d.qml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'tests/applications') diff --git a/tests/applications/declarative_map/map3d.qml b/tests/applications/declarative_map/map3d.qml index c05e37f3..a9d98054 100644 --- a/tests/applications/declarative_map/map3d.qml +++ b/tests/applications/declarative_map/map3d.qml @@ -796,7 +796,19 @@ Rectangle { Text {text: "Flick deceleration: " + map.flick.deceleration; color: firstText.color; font.bold: true} Text {text: "Weather: Sunny, mild, late showers."; color: firstText.color; font.bold: true} } - plugin : Plugin {name : "nokia"} + + + //plugin : Plugin {name : "nokia"} + + plugin: Plugin { + id: testPlugin; + name: "qmlgeo.test.plugin" + parameters: [ + // Parms to guide the test plugin + PluginParameter { name: "finishRequestImmediately"; value: true} + ] + } + // commented features are checked to work at least somehow //anchors.left: parent.left //anchors.bottom: parent.bottom -- cgit v1.2.1