summaryrefslogtreecommitdiffstats
path: root/qt-ui/maintab.h
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tomaz.canabrava@intel.com>2014-06-26 14:54:16 -0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-06-26 15:48:33 -0700
commit1e2349e7945b0f56fef503179dd0550db0137495 (patch)
tree7194004c83195ace443eabed66c4eb34fe7ed292 /qt-ui/maintab.h
parent7c037c8d0550665f6b7718d13c4a2a091b5f814b (diff)
downloadsubsurface-1e2349e7945b0f56fef503179dd0550db0137495.tar.gz
Added code for TimeEdit
This makes the TimeEdit work again. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/maintab.h')
-rw-r--r--qt-ui/maintab.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/maintab.h b/qt-ui/maintab.h
index e296f1470..1e7b5d3a3 100644
--- a/qt-ui/maintab.h
+++ b/qt-ui/maintab.h
@@ -69,6 +69,7 @@ slots:
void on_watertemp_textChanged(const QString &text);
void validate_temp_field(QLineEdit *tempField, const QString &text);
void on_dateEdit_dateChanged(const QDateTime &datetime);
+ void on_timeEdit_timeChanged(const QTime & time);
void on_rating_valueChanged(int value);
void on_visibility_valueChanged(int value);
void on_tagWidget_textChanged();