From ef2765d0c4fe94fef1771390ff1d22d2895d295a Mon Sep 17 00:00:00 2001 From: Tomaz Canabrava Date: Wed, 7 Oct 2015 20:00:22 -0300 Subject: 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 Signed-off-by: Dirk Hohndel --- qt-ui/locationinformation.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/qt-ui/locationinformation.cpp b/qt-ui/locationinformation.cpp index 5807266fd..a99740cc7 100644 --- a/qt-ui/locationinformation.cpp +++ b/qt-ui/locationinformation.cpp @@ -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); } -- cgit v1.2.3-70-g09d2