diff options
author | Jesus Fernandez <jesus.fernandez@qt.io> | 2019-01-22 15:45:20 +0100 |
---|---|---|
committer | Jesus Fernandez <Jesus.Fernandez@qt.io> | 2019-01-23 11:53:14 +0000 |
commit | 20a64642c1c4a535b750e8b86435141ca432b050 (patch) | |
tree | 4287c9def6419a5522a69c47e4a5399c8aae8010 /tests/auto/geotestplugin/qgeocodingmanagerengine_test.h | |
parent | 8fbab5c949bf0fe1ec5e1e452a9c475681d7edc4 (diff) | |
download | qtlocation-20a64642c1c4a535b750e8b86435141ca432b050.tar.gz |
Unify semicolon usage in Q_UNUSED
Change-Id: I36dd6881b6f6f028869d63b6311cba7f52a99cc4
Reviewed-by: Paolo Angelelli <paolo.angelelli@qt.io>
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")) |