summaryrefslogtreecommitdiffstats
path: root/tests/auto/geotestplugin/qgeomappingmanagerengine_test.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/geotestplugin/qgeomappingmanagerengine_test.h')
-rw-r--r--tests/auto/geotestplugin/qgeomappingmanagerengine_test.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/geotestplugin/qgeomappingmanagerengine_test.h b/tests/auto/geotestplugin/qgeomappingmanagerengine_test.h
index 07d832c2..828d95bc 100644
--- a/tests/auto/geotestplugin/qgeomappingmanagerengine_test.h
+++ b/tests/auto/geotestplugin/qgeomappingmanagerengine_test.h
@@ -77,8 +77,8 @@ public:
timerId_(0),
errorCode_(QGeoTiledMapReply::NoError)
{
- Q_UNUSED(error)
- Q_UNUSED(errorString)
+ Q_UNUSED(error);
+ Q_UNUSED(errorString);
if (parameters.contains("finishRequestImmediately"))
finishRequestImmediately_ = qvariant_cast<bool>(parameters.value("finishRequestImmediately"));
setLocale(QLocale (QLocale::German, QLocale::Germany));