Update UI on dive site widget when retrieving taxonomy
[Dirk Hohndel: slightly refactored this commit and the previous one to
make the code actually work and make the split across the
two commits more reasonable]
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
2eed9c0b9b
commit
ef2765d0c4
@ -109,6 +109,9 @@ void LocationInformationWidget::updateLabels()
|
||||
} else {
|
||||
ui.diveSiteCoordinates->clear();
|
||||
}
|
||||
|
||||
ui.locationTags->setText(constructLocationTags(displayed_dive_site.uuid));
|
||||
|
||||
emit startFilterDiveSite(displayed_dive_site.uuid);
|
||||
emit startEditDiveSite(displayed_dive_site.uuid);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user