summaryrefslogtreecommitdiff
path: root/src/location/declarativemaps/qdeclarativegeomapitemgroup.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/declarativemaps/qdeclarativegeomapitemgroup.cpp')
-rw-r--r--src/location/declarativemaps/qdeclarativegeomapitemgroup.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/location/declarativemaps/qdeclarativegeomapitemgroup.cpp b/src/location/declarativemaps/qdeclarativegeomapitemgroup.cpp
index 9c6cf2a9..fde79f85 100644
--- a/src/location/declarativemaps/qdeclarativegeomapitemgroup.cpp
+++ b/src/location/declarativemaps/qdeclarativegeomapitemgroup.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd.
+** Copyright (C) 2022 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the QtLocation module of the Qt Toolkit.
@@ -141,7 +141,7 @@ QT_BEGIN_NAMESPACE
*/
QDeclarativeGeoMapItemGroup::QDeclarativeGeoMapItemGroup(QQuickItem *parent)
-: QQuickItem(parent), m_quickMap(nullptr)
+ : QQuickItem(parent)
{
connect(this, &QQuickItem::opacityChanged,
this, &QDeclarativeGeoMapItemGroup::mapItemOpacityChanged);