mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Dive site rewrite: mark location field as soon as editing starts
Don't wait until the user switches focus to a different part of the tab to mark the location field. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
5a61c81cc2
commit
485df96cf6
2 changed files with 16 additions and 0 deletions
|
|
@ -65,6 +65,7 @@ slots:
|
|||
void acceptChanges();
|
||||
void rejectChanges();
|
||||
void on_location_editingFinished();
|
||||
void on_location_textChanged();
|
||||
void on_divemaster_textChanged();
|
||||
void on_buddy_textChanged();
|
||||
void on_suit_textChanged(const QString &text);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue