summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2014-02-28 12:51:11 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-03 08:33:38 +0100
commit9d0e473707b93396358e30da518a33b458081548 (patch)
treee0283f1e908b89e26c990c0b5a798c9069d5129c
parent173f18f7ad6ab4b4fe0617cb9b8734e2d6be6d1a (diff)
downloadqtlocation-9d0e473707b93396358e30da518a33b458081548.tar.gz
Fix compile warning
Change-Id: Ic00ce63f769e87e222759c5c896e7cc741e31795 Reviewed-by: Aaron McCarthy <mccarthy.aaron@gmail.com>
-rw-r--r--src/location/maps/qgeoserviceprovider.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/location/maps/qgeoserviceprovider.cpp b/src/location/maps/qgeoserviceprovider.cpp
index 2babbba6..1793b3ae 100644
--- a/src/location/maps/qgeoserviceprovider.cpp
+++ b/src/location/maps/qgeoserviceprovider.cpp
@@ -308,7 +308,7 @@ QGeoServiceProvider::PlacesFeatures QGeoServiceProvider::placesFeatures() const
* methods we need to call. Ideally it would be nice to find a way to embed
* these into the manager() template. */
template <class Engine>
-Engine *createEngine(QGeoServiceProviderPrivate *d_ptr)
+Engine *createEngine(QGeoServiceProviderPrivate *)
{
return 0;
}