Make dive trip location edit work again.

:D

Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Tomaz Canabrava 2015-10-01 18:11:03 -03:00 committed by Dirk Hohndel
parent d25e456fcc
commit 6979ebfdae
2 changed files with 4 additions and 2 deletions

View file

@ -72,7 +72,7 @@ slots:
void on_divemaster_textChanged();
void on_buddy_textChanged();
void on_suit_textChanged(const QString &text);
void on_diveTripLocation_textChanged(const QString& text);
void on_diveTripLocation_textEdited(const QString& text);
void on_notes_textChanged();
void on_airtemp_textChanged(const QString &text);
void divetype_Changed(int);