mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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
2 changed files with 4 additions and 0 deletions
|
@ -380,6 +380,9 @@ bool GlobeGPS::eventFilter(QObject *obj, QEvent *ev)
|
||||||
void GlobeGPS::prepareForGetDiveCoordinates()
|
void GlobeGPS::prepareForGetDiveCoordinates()
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
void GlobeGPS::endGetDiveCoordinates()
|
||||||
|
{
|
||||||
|
}
|
||||||
void GlobeGPS::reload()
|
void GlobeGPS::reload()
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
|
@ -67,6 +67,7 @@ public:
|
||||||
public
|
public
|
||||||
slots:
|
slots:
|
||||||
void prepareForGetDiveCoordinates();
|
void prepareForGetDiveCoordinates();
|
||||||
|
void endGetDiveCoordinates();
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // NO_MARBLE
|
#endif // NO_MARBLE
|
||||||
|
|
Loading…
Add table
Reference in a new issue