diff options
Diffstat (limited to 'qt-ui/maintab.h')
-rw-r--r-- | qt-ui/maintab.h | 2 |
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(); |