From 6b81fb49d099f62c30fe52668c3a9bc74e46506f Mon Sep 17 00:00:00 2001 From: Tomaz Canabrava Date: Fri, 5 Jun 2015 10:52:52 -0300 Subject: Always send the UUID of the coordinates to the globe We were relying in the current_dive to display the globe coordinates correctly - but this is not always the case: you can be inserting a new dive site and it isn't yet inside of the dive until the user presses accept. So always pass the uuid of the dive site that we want to display. Signed-off-by: Tomaz Canabrava Signed-off-by: Dirk Hohndel --- qt-ui/maintab.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qt-ui/maintab.h') diff --git a/qt-ui/maintab.h b/qt-ui/maintab.h index b0af3b401..8b5880cb9 100644 --- a/qt-ui/maintab.h +++ b/qt-ui/maintab.h @@ -57,7 +57,7 @@ signals: void addDiveFinished(); void dateTimeChanged(); void requestDiveSiteAdd(); - void diveSiteChanged(); + void diveSiteChanged(uint32_t uuid); public slots: void addCylinder_clicked(); -- cgit v1.2.3-70-g09d2