From 252cdb985746e834830194d76b4b795ee019003c Mon Sep 17 00:00:00 2001 From: abcd Date: Mon, 14 Nov 2011 19:12:24 +1000 Subject: Rename getContent to getPlaceContent Rename for consistency with getPlaceDetails. Also change parameter from place object to place id. Change-Id: I1cabe7aa3cf17ce5aafba7c09d3e37ea1ab220b3 Reviewed-by: Aaron McCarthy --- tests/auto/geotestplugin/qplacemanagerengine_test.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/auto/geotestplugin/qplacemanagerengine_test.h') diff --git a/tests/auto/geotestplugin/qplacemanagerengine_test.h b/tests/auto/geotestplugin/qplacemanagerengine_test.h index 0ca89b5c..648a269a 100644 --- a/tests/auto/geotestplugin/qplacemanagerengine_test.h +++ b/tests/auto/geotestplugin/qplacemanagerengine_test.h @@ -136,9 +136,9 @@ public: return reply; } - QPlaceContentReply *getContent(const QPlace &place, const QPlaceContentRequest &query) + QPlaceContentReply *getPlaceContent(const QString &placeId, const QPlaceContentRequest &query) { - Q_UNUSED(place) + Q_UNUSED(placeId) Q_UNUSED(query) return 0; -- cgit v1.2.1