summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2013-11-11 11:16:15 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-11-11 11:42:53 +0100
commit898f292736ced9ae83e7fad2da3006196dfaa8c7 (patch)
tree892fdcde6987c7eed95a0332b5c99eeb332ac3b0
parent091510cca0bb20a063a7eb4b54feda7732c1f4ad (diff)
downloadqtlocation-898f292736ced9ae83e7fad2da3006196dfaa8c7.tar.gz
Fix compiler warning.
Change-Id: I2f5c84cfad86c287d64869c9df56d49be135d7b1 Reviewed-by: Erik Mattsson <erik.mattsson@appello.com> Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
-rw-r--r--src/imports/location/qdeclarativegeomap.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/imports/location/qdeclarativegeomap.cpp b/src/imports/location/qdeclarativegeomap.cpp
index cd313837..e203a778 100644
--- a/src/imports/location/qdeclarativegeomap.cpp
+++ b/src/imports/location/qdeclarativegeomap.cpp
@@ -892,6 +892,7 @@ void QDeclarativeGeoMap::wheelEvent(QWheelEvent *event)
*/
bool QDeclarativeGeoMap::childMouseEventFilter(QQuickItem *item, QEvent *event)
{
+ Q_UNUSED(item)
QLOC_TRACE0;
switch (event->type()) {
case QEvent::MouseButtonPress: