mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Allow editing of dive sites
And hook things up when double clicking the globe. The user experience isn't consistent with what we do on the main tab (i.e., no coloring of fields that are changed), but it seems to work. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
06e578424e
commit
32ad046f56
6 changed files with 44 additions and 13 deletions
|
@ -229,6 +229,7 @@ public slots:
|
|||
void showEvent(QShowEvent *);
|
||||
|
||||
void setLocationId(uint32_t uuid);
|
||||
void updateGpsCoordinates(void);
|
||||
|
||||
signals:
|
||||
void informationManagementEnded();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue