mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Location management: reflect changes to the coordinates on the map
This is a bit aggressive as it changes the globe with every single character that's entered, but it's better than what we had before. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
b342730ec9
commit
d4b5854f82
5 changed files with 8 additions and 1 deletions
|
@ -21,7 +21,6 @@ public:
|
|||
using MarbleWidget::centerOn;
|
||||
GlobeGPS(QWidget *parent = 0);
|
||||
void reload();
|
||||
void repopulateLabels();
|
||||
void centerOnCurrentDive();
|
||||
bool eventFilter(QObject *, QEvent *);
|
||||
|
||||
|
@ -44,6 +43,7 @@ signals:
|
|||
|
||||
public
|
||||
slots:
|
||||
void repopulateLabels();
|
||||
void changeDiveGeoPosition(qreal lon, qreal lat, GeoDataCoordinates::Unit);
|
||||
void mouseClicked(qreal lon, qreal lat, GeoDataCoordinates::Unit);
|
||||
void fixZoom();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue