summaryrefslogtreecommitdiffstats
path: root/qt-ui/maintab.h
diff options
context:
space:
mode:
Diffstat (limited to 'qt-ui/maintab.h')
-rw-r--r--qt-ui/maintab.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/qt-ui/maintab.h b/qt-ui/maintab.h
index cf83e0dfe..e09781362 100644
--- a/qt-ui/maintab.h
+++ b/qt-ui/maintab.h
@@ -35,6 +35,8 @@ public Q_SLOTS:
void on_editWeight_clicked();
void on_delWeight_clicked();
+ void updateDiveInfo(int dive);
+
private:
Ui::MainTab *ui;
WeightModel *weightModel;