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

@ -89,6 +89,11 @@ void LocationInformationWidget::acceptChanges()
emit coordinatesChanged();
}
void LocationInformationWidget::on_btnPickCoordinates_clicked()
{
qDebug() << "Sim, Deve haver o perdao";
}
void LocationInformationWidget::rejectChanges()
{
resetState();