summaryrefslogtreecommitdiffstats
path: root/qt-ui/maintab.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-07-16 12:41:04 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-07-16 12:41:04 -0700
commit076f86202aab51529d99f73427a1a834a0ef5d34 (patch)
tree9c6a0041124450ea56d67b8e3c75b008b28d1eee /qt-ui/maintab.h
parentf98ace681acbc3aba64779d639fef4686c6f3474 (diff)
downloadsubsurface-076f86202aab51529d99f73427a1a834a0ef5d34.tar.gz
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 <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/maintab.h')
-rw-r--r--qt-ui/maintab.h2
1 files changed, 1 insertions, 1 deletions
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();