aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui/maintab.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-06-27 06:50:20 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-06-27 06:53:11 -0700
commit485df96cf66132ae7f7d386331945fa2f5883120 (patch)
tree65275b02e3bb8991679c8684eb2a2ab78297ac17 /qt-ui/maintab.h
parent5a61c81cc21e6f18b83b3b6962d5d18c777fcb73 (diff)
downloadsubsurface-485df96cf66132ae7f7d386331945fa2f5883120.tar.gz
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>
Diffstat (limited to 'qt-ui/maintab.h')
-rw-r--r--qt-ui/maintab.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/maintab.h b/qt-ui/maintab.h
index 6193abaf7..844710954 100644
--- a/qt-ui/maintab.h
+++ b/qt-ui/maintab.h
@@ -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);