summaryrefslogtreecommitdiff
path: root/src/location/declarativemaps
diff options
context:
space:
mode:
authorQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2019-04-27 03:03:41 +0200
committerQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2019-04-27 03:03:41 +0200
commit1c61d6de77657d60814d582153e75ace6597dde7 (patch)
tree571eebabfccf1cc6e0774682b6e2ef608983b521 /src/location/declarativemaps
parent5c53cd23351a1850f170dcf2fdcab7545cac3ddc (diff)
parent5d357f90951dde3cbae943dfa8ee44e0b952956d (diff)
downloadqtlocation-1c61d6de77657d60814d582153e75ace6597dde7.tar.gz
Merge remote-tracking branch 'origin/5.13' into dev
Change-Id: I46962833cb56c4004df9410fe59dbd34fee5c2b0
Diffstat (limited to 'src/location/declarativemaps')
-rw-r--r--src/location/declarativemaps/qdeclarativegeomapitemview.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/location/declarativemaps/qdeclarativegeomapitemview.cpp b/src/location/declarativemaps/qdeclarativegeomapitemview.cpp
index 3208829c..f7a251a2 100644
--- a/src/location/declarativemaps/qdeclarativegeomapitemview.cpp
+++ b/src/location/declarativemaps/qdeclarativegeomapitemview.cpp
@@ -140,17 +140,17 @@ void QDeclarativeGeoMapItemView::classBegin()
// connect(m_delegateModel, &QQmlInstanceModel::initItem, this, &QDeclarativeGeoMapItemView::initItem);
}
-void QDeclarativeGeoMapItemView::destroyingItem(QObject */*object*/)
+void QDeclarativeGeoMapItemView::destroyingItem(QObject * /*object*/)
{
}
-void QDeclarativeGeoMapItemView::initItem(int /*index*/, QObject */*object*/)
+void QDeclarativeGeoMapItemView::initItem(int /*index*/, QObject * /*object*/)
{
}
-void QDeclarativeGeoMapItemView::createdItem(int index, QObject */*object*/)
+void QDeclarativeGeoMapItemView::createdItem(int index, QObject * /*object*/)
{
if (!m_map)
return;