mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +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:
|
signals:
|
||||||
void addDiveFinished();
|
void addDiveFinished();
|
||||||
void dateTimeChanged();
|
void dateTimeChanged();
|
||||||
void requestDiveSiteEdit(uint32_t uuid);
|
void requestDiveSiteAdd();
|
||||||
void diveSiteChanged();
|
void diveSiteChanged();
|
||||||
public
|
public
|
||||||
slots:
|
slots:
|
||||||
|
|
Loading…
Add table
Reference in a new issue