diff options
Diffstat (limited to 'tests/auto/geotestplugin/qgeocodingmanagerengine_test.h')
-rw-r--r-- | tests/auto/geotestplugin/qgeocodingmanagerengine_test.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/geotestplugin/qgeocodingmanagerengine_test.h b/tests/auto/geotestplugin/qgeocodingmanagerengine_test.h index 5a8ff451..fd92f6e3 100644 --- a/tests/auto/geotestplugin/qgeocodingmanagerengine_test.h +++ b/tests/auto/geotestplugin/qgeocodingmanagerengine_test.h @@ -93,8 +93,8 @@ public: timerId_(0), errorCode_(QGeoCodeReply::NoError) { - Q_UNUSED(error) - Q_UNUSED(errorString) + Q_UNUSED(error); + Q_UNUSED(errorString); if (parameters.contains("supported")) supported_ = qvariant_cast<bool>(parameters.value("supported")); if (parameters.contains("finishRequestImmediately")) |