diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2015-06-25 14:24:22 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-06-26 18:49:46 -0700 |
commit | 8bd9fb161a8607683d94b7179f46888cb44be9f4 (patch) | |
tree | 131d869649dc332df3d6fede7dca8df1a58256c3 /qt-ui/maintab.h | |
parent | f763da66b3db17347954272b9f856df6f8b9888d (diff) | |
download | subsurface-8bd9fb161a8607683d94b7179f46888cb44be9f4.tar.gz |
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>
Diffstat (limited to 'qt-ui/maintab.h')
-rw-r--r-- | qt-ui/maintab.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/maintab.h b/qt-ui/maintab.h index 8b5880cb9..39350c956 100644 --- a/qt-ui/maintab.h +++ b/qt-ui/maintab.h @@ -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); |