summaryrefslogtreecommitdiff
path: root/tests/auto
diff options
context:
space:
mode:
authorabcd <qt-info@nokia.com>2011-08-08 13:47:01 +1000
committerabcd <qt_abcd1@ovi.com>2011-08-10 05:11:05 +0200
commit256f631e4e3848b4548706522edaebfc96adc546 (patch)
tree4718537fe9f3bfa45eeaf760f510854dabcafe0b /tests/auto
parent4e570cc94fd10dd92ec1dbb117964d3a9748f48b (diff)
downloadqtlocation-256f631e4e3848b4548706522edaebfc96adc546.tar.gz
Add PlaceSaveReply class
Change-Id: I3baab99ef01992555f97b6d7274c8adc6b773683 Reviewed-on: http://codereview.qt.nokia.com/2722 Reviewed-by: abcd <qt_abcd1@ovi.com>
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/geotestplugin/qplacemanagerengine_test.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/geotestplugin/qplacemanagerengine_test.h b/tests/auto/geotestplugin/qplacemanagerengine_test.h
index cf126516..c3d0f4d2 100644
--- a/tests/auto/geotestplugin/qplacemanagerengine_test.h
+++ b/tests/auto/geotestplugin/qplacemanagerengine_test.h
@@ -119,7 +119,7 @@ public:
return QPlaceManager::OnlineMode;
}
- QPlaceReply *savePlace(QGeoPlace *place, QPlaceManager::VisibilityScope scope)
+ QPlaceSaveReply *savePlace(const QGeoPlace &place, QPlaceManager::VisibilityScope scope)
{
return 0;
}