mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Show dive_site info on the labels
Correctly show the dive_site information on the labels. still crashes on accept / reject. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
f4c31f110f
commit
7c770f0790
2 changed files with 4 additions and 3 deletions
|
@ -25,7 +25,7 @@ public slots:
|
|||
void on_diveSiteName_textChanged(const QString& text);
|
||||
void on_diveSiteNotes_textChanged();
|
||||
private slots:
|
||||
void setCurrentDiveSiteByUuid(uint32_t uuid);
|
||||
void updateLabels();
|
||||
signals:
|
||||
void startEditDiveSite(uint32_t uuid);
|
||||
void endEditDiveSite();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue