summaryrefslogtreecommitdiff
path: root/tests/auto/geotestplugin
diff options
context:
space:
mode:
authorabcd <qt-info@nokia.com>2011-08-16 13:47:16 +1000
committerabcd <qt_abcd1@ovi.com>2011-08-16 10:06:30 +0200
commitbb753143f869ed6af2ef49977e4bb6ff4aa2373b (patch)
tree18418618fd4d508e37172b99d543fd36daaf98cb /tests/auto/geotestplugin
parent87c89ac76f735e4a81004bd6a47cee3886276f1c (diff)
downloadqtlocation-bb753143f869ed6af2ef49977e4bb6ff4aa2373b.tar.gz
Rename QPlaceQuery & QPlaceSearchQuery to *Request insetead of *Query
The term request is more consistent with existing classes like QGeoRouteRequest and QNetworkRequest. Change-Id: If627769d8a2a7b1fa2b802f2e7d7da8a98b006ff Reviewed-on: http://codereview.qt.nokia.com/2984 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: abcd <qt_abcd1@ovi.com>
Diffstat (limited to 'tests/auto/geotestplugin')
-rw-r--r--tests/auto/geotestplugin/qplacemanagerengine_test.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/auto/geotestplugin/qplacemanagerengine_test.h b/tests/auto/geotestplugin/qplacemanagerengine_test.h
index aa1317bf..f0683c73 100644
--- a/tests/auto/geotestplugin/qplacemanagerengine_test.h
+++ b/tests/auto/geotestplugin/qplacemanagerengine_test.h
@@ -77,7 +77,7 @@ public:
return 0;
}
- QPlaceMediaReply *getMedia(const QGeoPlace &place, const QPlaceQuery &query)
+ QPlaceMediaReply *getMedia(const QGeoPlace &place, const QPlaceRequest &query)
{
Q_UNUSED(place)
Q_UNUSED(query)
@@ -93,7 +93,7 @@ public:
return 0;
}
- QPlaceReviewReply *getReviews(const QGeoPlace &place, const QPlaceQuery &query)
+ QPlaceReviewReply *getReviews(const QGeoPlace &place, const QPlaceRequest &query)
{
Q_UNUSED(place)
Q_UNUSED(query)
@@ -101,14 +101,14 @@ public:
return 0;
}
- QPlaceSearchReply *searchForPlaces(const QPlaceSearchQuery &query)
+ QPlaceSearchReply *searchForPlaces(const QPlaceSearchRequest &query)
{
Q_UNUSED(query)
return 0;
}
- QPlaceSearchReply *recommendations(const QGeoPlace &place, const QPlaceSearchQuery &query)
+ QPlaceSearchReply *recommendations(const QGeoPlace &place, const QPlaceSearchRequest &query)
{
Q_UNUSED(place)
Q_UNUSED(query)
@@ -116,7 +116,7 @@ public:
return 0;
}
- QPlaceTextPredictionReply *textPredictions(const QPlaceSearchQuery &query)
+ QPlaceTextPredictionReply *textPredictions(const QPlaceSearchRequest &query)
{
Q_UNUSED(query)