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
|
@ -89,6 +89,11 @@ void LocationInformationWidget::acceptChanges()
|
|||
emit coordinatesChanged();
|
||||
}
|
||||
|
||||
void LocationInformationWidget::on_btnPickCoordinates_clicked()
|
||||
{
|
||||
qDebug() << "Sim, Deve haver o perdao";
|
||||
}
|
||||
|
||||
void LocationInformationWidget::rejectChanges()
|
||||
{
|
||||
resetState();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue