summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2019-04-11 11:08:32 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2019-04-11 11:55:40 +0000
commit397a31b187d537f81610007b7d0f6f69b306dfd4 (patch)
tree564d9e15abaa33864fe5eecd019b2d5202c25eb9
parent5c3e3464c2ccf960ef3aaee4286f3d5b4cde12ac (diff)
downloadqtlocation-397a31b187d537f81610007b7d0f6f69b306dfd4.tar.gz
QDeclarativeGeoMapItemView: Silence MSVC warnings about comments
Add space, fixing: declarativemaps\qdeclarativegeomapitemview.cpp(143): warning C4138: '*/' found outside of comment declarativemaps\qdeclarativegeomapitemview.cpp(148): warning C4138: '*/' found outside of comment declarativemaps\qdeclarativegeomapitemview.cpp(153): warning C4138: '*/' found outside of comment Change-Id: Ia63ebb4553661bac1af4dce1adf00befbaa34a87 Reviewed-by: Paolo Angelelli <paolo.angelelli@qt.io>
-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;