Commit 8d663ae6 authored by Paolo Angelelli's avatar Paolo Angelelli
Browse files

Fix warning C4138: '*/' found outside of comment


Change-Id: I9be01a84ed70daaa47e2d13619060d815d6b9f3c
Reviewed-by: default avatarBogDan Vatra <bogdan@kdab.com>
Showing with 2 additions and 2 deletions
......@@ -247,12 +247,12 @@ void QMapObjectView::removeMapObject(QGeoMapObject *object)
}
}
void QMapObjectView::destroyingItem(QObject */*object*/)
void QMapObjectView::destroyingItem(QObject * /*object*/)
{
}
void QMapObjectView::initItem(int /*index*/, QObject */*object*/)
void QMapObjectView::initItem(int /*index*/, QObject * /*object*/)
{
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment