summaryrefslogtreecommitdiff
path: root/src/location/maps/qgeoprojection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/maps/qgeoprojection.cpp')
-rw-r--r--src/location/maps/qgeoprojection.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/location/maps/qgeoprojection.cpp b/src/location/maps/qgeoprojection.cpp
index 0fdb5f0b..f64060e2 100644
--- a/src/location/maps/qgeoprojection.cpp
+++ b/src/location/maps/qgeoprojection.cpp
@@ -101,8 +101,8 @@ QGeoProjection::~QGeoProjection()
QGeoCoordinate QGeoProjection::anchorCoordinateToPoint(const QGeoCoordinate &coordinate, const QPointF &anchorPoint) const
{
- Q_UNUSED(coordinate)
- Q_UNUSED(anchorPoint)
+ Q_UNUSED(coordinate);
+ Q_UNUSED(anchorPoint);
return QGeoCoordinate();
}
@@ -113,8 +113,8 @@ QGeoShape QGeoProjection::visibleRegion() const
bool QGeoProjection::setBearing(qreal bearing, const QGeoCoordinate &coordinate)
{
- Q_UNUSED(bearing)
- Q_UNUSED(coordinate)
+ Q_UNUSED(bearing);
+ Q_UNUSED(coordinate);
return false;
}