summaryrefslogtreecommitdiff
path: root/src/location/maps
diff options
context:
space:
mode:
authorVille Voutilainen <ville.voutilainen@qt.io>2018-12-03 14:31:26 +0200
committerVille Voutilainen <ville.voutilainen@qt.io>2018-12-03 13:09:20 +0000
commit7bafbdc91f83165710ed74639b76b48b4494937a (patch)
treed0543c7aff01a68fede894c205bb258b8125e62a /src/location/maps
parent4e2847bc1a86634d6d583b33a7e246ff4c58e03b (diff)
downloadqtlocation-7bafbdc91f83165710ed74639b76b48b4494937a.tar.gz
Fix compilation with gcc 4.8
GCC 4.8 doesn't like using QPointer in signal connections. Change-Id: I9504efb259712a65427ef1366ca562882085404e Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'src/location/maps')
-rw-r--r--src/location/maps/qgeomap_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/location/maps/qgeomap_p.h b/src/location/maps/qgeomap_p.h
index f19f847a..874b300f 100644
--- a/src/location/maps/qgeomap_p.h
+++ b/src/location/maps/qgeomap_p.h
@@ -177,7 +177,6 @@ Q_SIGNALS:
private:
Q_DISABLE_COPY(QGeoMap)
friend class QDeclarativeGeoMap; //updateSceneGraph
- friend class QGeoMapPrivate;
};
Q_DECLARE_OPERATORS_FOR_FLAGS(QGeoMap::ItemTypes)