summaryrefslogtreecommitdiff
path: root/tests/auto/geotestplugin/qplacemanagerengine_test.h
diff options
context:
space:
mode:
authorabcd <amos.choy@nokia.com>2011-11-14 19:12:24 +1000
committerQt by Nokia <qt-info@nokia.com>2011-11-16 05:38:01 +0100
commit252cdb985746e834830194d76b4b795ee019003c (patch)
treef861535277854e893a98477dc70a137f171c2435 /tests/auto/geotestplugin/qplacemanagerengine_test.h
parentde751efc4ab7b619698d5bf94fbbb25f67ba8043 (diff)
downloadqtlocation-252cdb985746e834830194d76b4b795ee019003c.tar.gz
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 <aaron.mccarthy@nokia.com>
Diffstat (limited to 'tests/auto/geotestplugin/qplacemanagerengine_test.h')
-rw-r--r--tests/auto/geotestplugin/qplacemanagerengine_test.h4
1 files changed, 2 insertions, 2 deletions
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;