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:
Tomaz Canabrava 2015-07-25 13:03:14 -03:00 committed by Dirk Hohndel
parent f4c31f110f
commit 7c770f0790
2 changed files with 4 additions and 3 deletions

View file

@ -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();