diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-02-26 12:05:23 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-03-04 12:16:49 -0800 |
commit | d36f056bded107ea78abb39b64b810a249d64966 (patch) | |
tree | 135b13d3109069a20ce17f3d3f50cafce4801f44 /desktop-widgets/maintab.h | |
parent | f1c46927effcc2182fff3f7acf507ba68cad8ade (diff) | |
download | subsurface-d36f056bded107ea78abb39b64b810a249d64966.tar.gz |
Get initial depth/duration correct when manually adding dive
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'desktop-widgets/maintab.h')
-rw-r--r-- | desktop-widgets/maintab.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop-widgets/maintab.h b/desktop-widgets/maintab.h index 690c8680c..25d078434 100644 --- a/desktop-widgets/maintab.h +++ b/desktop-widgets/maintab.h @@ -66,6 +66,7 @@ slots: void addWeight_clicked(); void refreshDiveInfo(); void updateDiveInfo(bool clear = false); + void updateDepthDuration(); void acceptChanges(); void rejectChanges(); void on_location_diveSiteSelected(); |