summaryrefslogtreecommitdiffstats
path: root/src/plugins/geoservices/osm/qgeotilefetcherosm.h
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2022-07-27 21:56:03 +0200
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2022-07-28 09:42:52 +0200
commit4cc11a0e593d1415c4055c4cca1964478e178fcf (patch)
tree87d863b486d9b0675a2db7f568e3d5530466db8a /src/plugins/geoservices/osm/qgeotilefetcherosm.h
parentd861d509ec2b87bd5d85bffb21d2bb0c6a151ce7 (diff)
Clean up includes
Get rid of unnecessary includes in most public, and some private headers. Forward declare what we have to, and include headers where needed in the implementation and test files. Pick-to: 6.2 Change-Id: I7924e865b9d4ad9f8c8670605b59d5530346106e Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'src/plugins/geoservices/osm/qgeotilefetcherosm.h')
-rw-r--r--src/plugins/geoservices/osm/qgeotilefetcherosm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/geoservices/osm/qgeotilefetcherosm.h b/src/plugins/geoservices/osm/qgeotilefetcherosm.h
index 3de9d630..4f90ef69 100644
--- a/src/plugins/geoservices/osm/qgeotilefetcherosm.h
+++ b/src/plugins/geoservices/osm/qgeotilefetcherosm.h
@@ -47,6 +47,7 @@
QT_BEGIN_NAMESPACE
class QNetworkAccessManager;
+class QGeoMappingManagerEngine;
class QGeoTileFetcherOsmPrivate;
class QGeoTileFetcherOsm : public QGeoTileFetcher