Dive site rewrite: location edit on notes tab is again a LineEdit

Hopefully we now have the UI semantics figured out.

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-06-25 14:24:22 -03:00 committed by Dirk Hohndel
parent f763da66b3
commit 8bd9fb161a
3 changed files with 38 additions and 32 deletions

View file

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