diff options
author | Alex Wilson <alex.wilson@nokia.com> | 2012-04-18 14:16:32 +1000 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-04-20 08:11:12 +0200 |
commit | 1925ba8da6fd9c93dcea3636af527d30ffea3d2e (patch) | |
tree | 7e788d8f17ce893ba95ccb0cc73bd03deb620336 /src/location/maps/qgeocodingmanagerengine.h | |
parent | 65a85f6f49f3ff305cb3517151ba0addc28aa374 (diff) | |
download | qtlocation-1925ba8da6fd9c93dcea3636af527d30ffea3d2e.tar.gz |
Clean up duplicated code in qgeoserviceprovider.cpp
Duplication reduction with the Power of Templates (tm).
Change-Id: I119d83bdc965416788263b295e368b243c2b897e
Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com>
Diffstat (limited to 'src/location/maps/qgeocodingmanagerengine.h')
-rw-r--r-- | src/location/maps/qgeocodingmanagerengine.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/location/maps/qgeocodingmanagerengine.h b/src/location/maps/qgeocodingmanagerengine.h index d4a4451f..6e2bed6b 100644 --- a/src/location/maps/qgeocodingmanagerengine.h +++ b/src/location/maps/qgeocodingmanagerengine.h @@ -92,6 +92,7 @@ private: Q_DISABLE_COPY(QGeocodingManagerEngine) friend class QGeoServiceProvider; + friend class QGeoServiceProviderPrivate; }; QT_END_NAMESPACE |