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>
This commit is contained in:
willemferguson 2019-11-11 11:47:12 +02:00 committed by Dirk Hohndel
parent 7a4abd7477
commit 2fe1121b1c
3 changed files with 29 additions and 10 deletions

View file

@ -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();