mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
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>
This commit is contained in:
parent
778204d662
commit
37aebe0b2e
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ public:
|
|||
signals:
|
||||
void addDiveFinished();
|
||||
void dateTimeChanged();
|
||||
void requestDiveSiteEdit(uint32_t uuid);
|
||||
void requestDiveSiteAdd();
|
||||
void diveSiteChanged();
|
||||
public
|
||||
slots:
|
||||
|
|
Loading…
Reference in a new issue