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:
Tomaz Canabrava 2015-07-30 21:53:53 -03:00 committed by Dirk Hohndel
parent 7efa924067
commit 2faff7ceae
3 changed files with 51 additions and 32 deletions

View file

@ -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: