diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-02-12 02:04:20 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-02-12 11:19:27 -0800 |
commit | 0e6345f65b041b5005c75b83792ca98d8ef4f766 (patch) | |
tree | b0ec0df52a744e579be05442cab5da61d2329774 /qt-ui/maintab.h | |
parent | 5c4d2660604af8925b757025571a8dcc36da1cdc (diff) | |
download | subsurface-0e6345f65b041b5005c75b83792ca98d8ef4f766.tar.gz |
Correctly connect the maintab to dive site management
We now have a working uuid - use it. And populate the fields accordingly.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
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 c90b0fb09..505fa6f21 100644 --- a/qt-ui/maintab.h +++ b/qt-ui/maintab.h @@ -56,7 +56,7 @@ public: signals: void addDiveFinished(); void dateTimeChanged(); - void requestDiveSiteEdit(QUuid diveSiteId); + void requestDiveSiteEdit(uint32_t uuid); public slots: void addCylinder_clicked(); |