Fix the connections for the Location Edit

The LocationEdit now correctly connects to the QComboBox signals, not the
QLineEdit signals.

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-05-29 23:05:32 -03:00 committed by Dirk Hohndel
parent ac6a7ab24e
commit b0d7d0f3b9
2 changed files with 13 additions and 4 deletions

View file

@ -65,8 +65,7 @@ slots:
void updateDiveInfo(bool clear = false);
void acceptChanges();
void rejectChanges();
void on_location_textChanged(const QString &text);
void on_location_editingFinished();
void on_location_currentTextChanged(const QString &text);
void on_divemaster_textChanged();
void on_buddy_textChanged();
void on_suit_textChanged(const QString &text);