summaryrefslogtreecommitdiffstats
path: root/desktop-widgets/tab-widgets/TabDiveInformation.h
diff options
context:
space:
mode:
authorGravatar willemferguson <willemferguson@zoology.up.ac.za>2019-11-11 11:47:12 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2019-11-11 20:18:41 +0100
commit2fe1121b1c7493e7951a8f66ce5ac10d11331aa4 (patch)
tree38e61285dd10b705620ee957af21abf1c1806377 /desktop-widgets/tab-widgets/TabDiveInformation.h
parent7a4abd7477dc2a4f8e52f7bb00c19890c6ec2ca2 (diff)
downloadsubsurface-2fe1121b1c7493e7951a8f66ce5ac10d11331aa4.tar.gz
Information tab: Make air and water tempertatures editable
The undo stack is preserved. This is in preparation of removing temperatures from the Notes tab. Signed-off-by: willemferguson <willemferguson@zoology.up.ac.za>
Diffstat (limited to 'desktop-widgets/tab-widgets/TabDiveInformation.h')
-rw-r--r--desktop-widgets/tab-widgets/TabDiveInformation.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/desktop-widgets/tab-widgets/TabDiveInformation.h b/desktop-widgets/tab-widgets/TabDiveInformation.h
index 8b38797c3..96b2896e9 100644
--- a/desktop-widgets/tab-widgets/TabDiveInformation.h
+++ b/desktop-widgets/tab-widgets/TabDiveInformation.h
@@ -22,6 +22,8 @@ private slots:
void on_atmPressVal_editingFinished();
void on_atmPressType_currentIndexChanged(int index);
void on_visibility_valueChanged(int value);
+ void on_airtemp_editingFinished();
+ void on_watertemp_editingFinished();
private:
Ui::TabDiveInformation *ui;
void updateProfile();