mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Change the coordinates via globe.
Now when the user selects the dive site edit, the globe will enter in edit mode too. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
2faff7ceae
commit
f8b64da136
2 changed files with 16 additions and 7 deletions
|
@ -24,7 +24,6 @@ public slots:
|
|||
void on_diveSiteDescription_textChanged(const QString& text);
|
||||
void on_diveSiteName_textChanged(const QString& text);
|
||||
void on_diveSiteNotes_textChanged();
|
||||
void on_btnPickCoordinates_clicked();
|
||||
private slots:
|
||||
void updateLabels();
|
||||
signals:
|
||||
|
@ -33,6 +32,8 @@ signals:
|
|||
void coordinatesChanged();
|
||||
void startFilterDiveSite(uint32_t uuid);
|
||||
void stopFilterDiveSite();
|
||||
void requestCoordinates();
|
||||
void endRequestCoordinates();
|
||||
private:
|
||||
Ui::LocationInformation ui;
|
||||
bool modified;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue