diff options
author | Robert C. Helling <helling@atdotde.de> | 2015-01-01 17:00:46 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-01-10 17:27:24 -0800 |
commit | a478eb5711db6a1950cf810ca0b67414b6910030 (patch) | |
tree | ff4683168b7ad5d1465a65a89a4f3c746d85ddae /qt-ui/maintab.h | |
parent | 93eb386ba998b3351a9dff81fa8a4d6ad0715e25 (diff) | |
download | subsurface-a478eb5711db6a1950cf810ca0b67414b6910030.tar.gz |
Maintab combobox to set dive type
still needs some work
Signed-off-by: Robert C. Helling <helling@atdotde.de>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/maintab.h')
-rw-r--r-- | qt-ui/maintab.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/maintab.h b/qt-ui/maintab.h index 668ed02ee..8b98119f4 100644 --- a/qt-ui/maintab.h +++ b/qt-ui/maintab.h @@ -71,6 +71,7 @@ slots: void on_suit_textChanged(const QString &text); void on_notes_textChanged(); void on_airtemp_textChanged(const QString &text); + void on_divetype_Changed(const int &index); void on_watertemp_textChanged(const QString &text); void validate_temp_field(QLineEdit *tempField, const QString &text); void on_dateEdit_dateChanged(const QDate &date); |