mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Add a button to pick the coordinates via globe on the dive site edit
It's a placeholder for now, but next commit will make it work. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
7efa924067
commit
2faff7ceae
3 changed files with 51 additions and 32 deletions
|
@ -24,6 +24,7 @@ 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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue