diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/location/declarativemaps/qdeclarativegeomapitemview.cpp | 6 |
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; |