GlobeGPS: add empty function 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 2015-06-04 17:25:06 +03:00 committed by Dirk Hohndel
parent a820688aeb
commit 9bda2e2d82
2 changed files with 4 additions and 0 deletions

View file

@ -380,6 +380,9 @@ bool GlobeGPS::eventFilter(QObject *obj, QEvent *ev)
void GlobeGPS::prepareForGetDiveCoordinates()
{
}
void GlobeGPS::endGetDiveCoordinates()
{
}
void GlobeGPS::reload()
{
}

View file

@ -67,6 +67,7 @@ public:
public
slots:
void prepareForGetDiveCoordinates();
void endGetDiveCoordinates();
};
#endif // NO_MARBLE