mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Remove bogus signals
One isn't connected to anything, the other one makes us overwrite the changes to displayed_dive_site. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
ed78aeade0
commit
ff26ffe0d0
1 changed files with 0 additions and 2 deletions
|
@ -116,8 +116,6 @@ void LocationInformationWidget::updateLabels()
|
||||||
|
|
||||||
ui.locationTags->setText(constructLocationTags(&displayed_dive_site));
|
ui.locationTags->setText(constructLocationTags(&displayed_dive_site));
|
||||||
|
|
||||||
emit startFilterDiveSite(displayed_dive_site.uuid);
|
|
||||||
emit startEditDiveSite(displayed_dive_site.uuid);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void LocationInformationWidget::updateGpsCoordinates()
|
void LocationInformationWidget::updateGpsCoordinates()
|
||||||
|
|
Loading…
Add table
Reference in a new issue