summaryrefslogtreecommitdiff
path: root/tests/auto/geotestplugin/qgeocodingmanagerengine_test.h
diff options
context:
space:
mode:
authorRainer Keller <rainer.keller@theqtcompany.com>2015-01-28 10:03:11 +0100
committerAlex Blasche <alexander.blasche@theqtcompany.com>2015-01-28 10:20:15 +0000
commitcc70f6a7fc8d52d5f9c61f3414010d42560b409b (patch)
tree0f1f8b794d82efbed8c4cbd9198d643b7cb5116c /tests/auto/geotestplugin/qgeocodingmanagerengine_test.h
parentd009c500b624b12be55a21c09286245c5bd1a36e (diff)
downloadqtlocation-cc70f6a7fc8d52d5f9c61f3414010d42560b409b.tar.gz
Autotest: Fix compile warnings
Change-Id: Icfe455577e04a21ae8b5d03f16eec1e448c6757c Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Diffstat (limited to 'tests/auto/geotestplugin/qgeocodingmanagerengine_test.h')
-rw-r--r--tests/auto/geotestplugin/qgeocodingmanagerengine_test.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/geotestplugin/qgeocodingmanagerengine_test.h b/tests/auto/geotestplugin/qgeocodingmanagerengine_test.h
index 07a6081c..61984ddc 100644
--- a/tests/auto/geotestplugin/qgeocodingmanagerengine_test.h
+++ b/tests/auto/geotestplugin/qgeocodingmanagerengine_test.h
@@ -251,6 +251,7 @@ public:
protected:
void timerEvent(QTimerEvent *event)
{
+ Q_UNUSED(event);
Q_ASSERT(timerId_ == event->timerId());
Q_ASSERT(geocodeReply_);
killTimer(timerId_);