summaryrefslogtreecommitdiffstats
path: root/tests/auto/positionplugin/plugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/positionplugin/plugin.cpp')
-rw-r--r--tests/auto/positionplugin/plugin.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/positionplugin/plugin.cpp b/tests/auto/positionplugin/plugin.cpp
index 919549db..a15a89a5 100644
--- a/tests/auto/positionplugin/plugin.cpp
+++ b/tests/auto/positionplugin/plugin.cpp
@@ -199,14 +199,14 @@ QGeoPositionInfoSource *QGeoPositionInfoSourceFactoryTest::positionInfoSource(QO
QGeoSatelliteInfoSource *QGeoPositionInfoSourceFactoryTest::satelliteInfoSource(QObject *parent)
{
- Q_UNUSED(parent)
+ Q_UNUSED(parent);
// not implemented
return 0;
}
QGeoAreaMonitorSource *QGeoPositionInfoSourceFactoryTest::areaMonitor(QObject* parent)
{
- Q_UNUSED(parent)
+ Q_UNUSED(parent);
return 0;
}