diff options
Diffstat (limited to 'qt-ui/maintab.h')
-rw-r--r-- | qt-ui/maintab.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/qt-ui/maintab.h b/qt-ui/maintab.h index 466733b8b..afca4a53c 100644 --- a/qt-ui/maintab.h +++ b/qt-ui/maintab.h @@ -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); |