diff options
author | Tomaz Canabrava <tomaz.canabrava@gmail.com> | 2015-06-04 07:00:20 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-06-04 07:18:35 -0700 |
commit | 37aebe0b2e584c4d63e5c01c9bab0e1a8385acf1 (patch) | |
tree | e329fc73517b71cc5aa1d1240b091da4ab85e255 /qt-ui/maintab.h | |
parent | 778204d662a2e01b2effb4a8653c2c9d06d2ccbe (diff) | |
download | subsurface-37aebe0b2e584c4d63e5c01c9bab0e1a8385acf1.tar.gz |
Make the plus button work.
This fixes a signal being emitted.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@gmail.com>
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 030989664..b0af3b401 100644 --- a/qt-ui/maintab.h +++ b/qt-ui/maintab.h @@ -56,7 +56,7 @@ public: signals: void addDiveFinished(); void dateTimeChanged(); - void requestDiveSiteEdit(uint32_t uuid); + void requestDiveSiteAdd(); void diveSiteChanged(); public slots: |