summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 90736d23..ad3ddd3a 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;