summaryrefslogtreecommitdiff
path: root/src/location/maps/qgeomappingmanager_p_p.h
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2022-07-29 16:01:49 +0200
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2022-08-19 06:15:03 +0200
commit4c4ef4ae797549ac4597d4c8aeba1533c8e4c1f6 (patch)
tree1326c7a56ab307705b04babd25c22fc7214b3850 /src/location/maps/qgeomappingmanager_p_p.h
parent9f40dfe98a7d7fc37e267160ce01a8e9dbd2282c (diff)
downloadqtlocation-4c4ef4ae797549ac4597d4c8aeba1533c8e4c1f6.tar.gz
Cleanup private map types
Use member initialization and remove any explicit implementation of the special member functions if they are just the default. Remove some unnecessary Q_DISABLE_COPY that prevents compiler-generated versions of the special member functions. Task-number: QTBUG-105206 Pick-to: 6.2 Change-Id: I206abd07acbbcb863a4d8099a5d8b7ff1f641079 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'src/location/maps/qgeomappingmanager_p_p.h')
-rw-r--r--src/location/maps/qgeomappingmanager_p_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/location/maps/qgeomappingmanager_p_p.h b/src/location/maps/qgeomappingmanager_p_p.h
index e82e71c6..ab257a8b 100644
--- a/src/location/maps/qgeomappingmanager_p_p.h
+++ b/src/location/maps/qgeomappingmanager_p_p.h
@@ -59,7 +59,7 @@ public:
QGeoMappingManagerPrivate();
~QGeoMappingManagerPrivate();
- QGeoMappingManagerEngine *engine;
+ QGeoMappingManagerEngine *engine = nullptr;
private:
Q_DISABLE_COPY(QGeoMappingManagerPrivate)