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:
parent
a820688aeb
commit
9bda2e2d82
@ -380,6 +380,9 @@ bool GlobeGPS::eventFilter(QObject *obj, QEvent *ev)
|
||||
void GlobeGPS::prepareForGetDiveCoordinates()
|
||||
{
|
||||
}
|
||||
void GlobeGPS::endGetDiveCoordinates()
|
||||
{
|
||||
}
|
||||
void GlobeGPS::reload()
|
||||
{
|
||||
}
|
||||
|
||||
@ -67,6 +67,7 @@ public:
|
||||
public
|
||||
slots:
|
||||
void prepareForGetDiveCoordinates();
|
||||
void endGetDiveCoordinates();
|
||||
};
|
||||
|
||||
#endif // NO_MARBLE
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user