mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Remove unused signal
And move things around, informationManagementEnded was a good name but endEditDiveSite is better. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
9cf31a4d73
commit
7834341562
3 changed files with 3 additions and 4 deletions
|
@ -85,7 +85,7 @@ void LocationInformationWidget::acceptChanges()
|
|||
|
||||
mark_divelist_changed(true);
|
||||
resetState();
|
||||
emit informationManagementEnded();
|
||||
emit endEditDiveSite();
|
||||
emit coordinatesChanged();
|
||||
}
|
||||
|
||||
|
@ -93,7 +93,7 @@ void LocationInformationWidget::rejectChanges()
|
|||
{
|
||||
resetState();
|
||||
emit stopFilterDiveSite();
|
||||
emit informationManagementEnded();
|
||||
emit endEditDiveSite();
|
||||
emit coordinatesChanged();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue