From 076f86202aab51529d99f73427a1a834a0ef5d34 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Thu, 16 Jul 2015 12:41:04 -0700 Subject: Change API signature to act on dive_site, not uuid This way in the future we can pass in a pointer to a dive site that isn't linked in our dive site list yet (i.e., while we are editing). 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 f70cfe542..be38ecf61 100644 --- a/qt-ui/maintab.h +++ b/qt-ui/maintab.h @@ -58,7 +58,7 @@ public: signals: void addDiveFinished(); void dateTimeChanged(); - void diveSiteChanged(uint32_t uuid); + void diveSiteChanged(struct dive_site * ds); public slots: void addCylinder_clicked(); -- cgit v1.2.3-70-g09d2