diff options
Diffstat (limited to 'desktop-widgets/tab-widgets/TabDiveInformation.h')
-rw-r--r-- | desktop-widgets/tab-widgets/TabDiveInformation.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/desktop-widgets/tab-widgets/TabDiveInformation.h b/desktop-widgets/tab-widgets/TabDiveInformation.h index e851fe2d3..0ff142f76 100644 --- a/desktop-widgets/tab-widgets/TabDiveInformation.h +++ b/desktop-widgets/tab-widgets/TabDiveInformation.h @@ -28,12 +28,16 @@ private slots: void on_chill_valueChanged(int value); void on_airtemp_editingFinished(); void on_watertemp_editingFinished(); + void on_waterTypeCombo_activated(int index); private: Ui::TabDiveInformation *ui; void updateProfile(); void updateSalinity(); + int updateSalinityComboIndex(int salinity); + void checkDcSalinityOverWritten(); void updateWhen(); int pressTypeIndex; + void updateWaterTypeWidget(); void updateTextBox(int event); void updateMode(struct dive *d); void divesEdited(int); |