summaryrefslogtreecommitdiff
path: root/src/location/declarativemaps/qdeclarativegeomapitemview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/declarativemaps/qdeclarativegeomapitemview.cpp')
-rw-r--r--src/location/declarativemaps/qdeclarativegeomapitemview.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/location/declarativemaps/qdeclarativegeomapitemview.cpp b/src/location/declarativemaps/qdeclarativegeomapitemview.cpp
index ad3ddd3a..f7a251a2 100644
--- a/src/location/declarativemaps/qdeclarativegeomapitemview.cpp
+++ b/src/location/declarativemaps/qdeclarativegeomapitemview.cpp
@@ -393,7 +393,7 @@ void QDeclarativeGeoMapItemView::removeDelegateFromMap(int index, bool transitio
if (releaseStatus == QQmlInstanceModel::Referenced)
qWarning() << "item "<< index << "(" << item << ") still referenced";
#else
- Q_UNUSED(releaseStatus)
+ Q_UNUSED(releaseStatus);
#endif
}
}
@@ -475,7 +475,7 @@ void QDeclarativeGeoMapItemView::exitTransitionFinished()
if (releaseStatus == QQmlInstanceModel::Referenced)
qWarning() << "item "<<item<<" still referenced";
#else
- Q_UNUSED(releaseStatus)
+ Q_UNUSED(releaseStatus);
#endif
}