mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +00:00
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
1 changed files with 1 additions and 0 deletions
|
@ -366,6 +366,7 @@ void GlobeGPS::centerOnCurrentDive()
|
|||
}
|
||||
bool GlobeGPS::eventFilter(QObject *obj, QEvent *ev)
|
||||
{
|
||||
return QObject::eventFilter(obj, ev);
|
||||
}
|
||||
void GlobeGPS::prepareForGetDiveCoordinates()
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue