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:
parent
bf3253f390
commit
8c8943bf00
@ -366,6 +366,7 @@ void GlobeGPS::centerOnCurrentDive()
|
||||
}
|
||||
bool GlobeGPS::eventFilter(QObject *obj, QEvent *ev)
|
||||
{
|
||||
return QObject::eventFilter(obj, ev);
|
||||
}
|
||||
void GlobeGPS::prepareForGetDiveCoordinates()
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user