summaryrefslogtreecommitdiff
path: root/tests/auto/geotestplugin/qgeoserviceproviderplugin_test.h
diff options
context:
space:
mode:
authorabcd <qt-info@nokia.com>2011-08-03 19:00:00 +1000
committerabcd <qt_abcd1@ovi.com>2011-08-10 05:10:18 +0200
commit4e570cc94fd10dd92ec1dbb117964d3a9748f48b (patch)
tree5538cfb4bd00c1a78f5aef018a36f40b12b59a2d /tests/auto/geotestplugin/qgeoserviceproviderplugin_test.h
parent44e38960cfe3a999954b470e6e5e2b9a03215220 (diff)
downloadqtlocation-4e570cc94fd10dd92ec1dbb117964d3a9748f48b.tar.gz
Add placemanager unit test (skeleton)
For now we just test whether we can instantiate a placemanager from a geoserviceprovider. It is expected this unit test will be expanded in future. Change-Id: I891b927c45136442805113f0bfac17d46cda2276 Reviewed-on: http://codereview.qt.nokia.com/2549 Reviewed-by: abcd <qt_abcd1@ovi.com>
Diffstat (limited to 'tests/auto/geotestplugin/qgeoserviceproviderplugin_test.h')
-rw-r--r--tests/auto/geotestplugin/qgeoserviceproviderplugin_test.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/auto/geotestplugin/qgeoserviceproviderplugin_test.h b/tests/auto/geotestplugin/qgeoserviceproviderplugin_test.h
index 2ebac422..e41a01e2 100644
--- a/tests/auto/geotestplugin/qgeoserviceproviderplugin_test.h
+++ b/tests/auto/geotestplugin/qgeoserviceproviderplugin_test.h
@@ -68,7 +68,9 @@ public:
QGeocodingManagerEngine* createGeocodingManagerEngine(
const QMap<QString, QVariant> &parameters,
QGeoServiceProvider::Error *error, QString *errorString) const;
-
+ QPlaceManagerEngine* createPlaceManagerEngine(
+ const QMap<QString, QVariant> &parameters,
+ QGeoServiceProvider::Error *error, QString *errorString) const;
};
#endif