globe.cpp: fix a NO_MARBLE warning

Make eventFilter() return a value for NO_MARBLE.

Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Lubomir I. Ivanov 2014-10-25 11:52:18 +03:00 committed by Dirk Hohndel
parent bf3253f390
commit 8c8943bf00

View file

@ -366,6 +366,7 @@ void GlobeGPS::centerOnCurrentDive()
}
bool GlobeGPS::eventFilter(QObject *obj, QEvent *ev)
{
return QObject::eventFilter(obj, ev);
}
void GlobeGPS::prepareForGetDiveCoordinates()
{