diff options
Diffstat (limited to 'qt-ui/maintab.h')
-rw-r--r-- | qt-ui/maintab.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/maintab.h b/qt-ui/maintab.h index acebc6d43..e2b9e0e27 100644 --- a/qt-ui/maintab.h +++ b/qt-ui/maintab.h @@ -56,7 +56,7 @@ public slots: void addCylinder_clicked(); void addWeight_clicked(); - void updateDiveInfo(int dive = selected_dive); + void updateDiveInfo(bool clear = false); void acceptChanges(); void rejectChanges(); void on_location_textChanged(const QString &text); |