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 6aee9fbfe..233aa9439 100644 --- a/qt-ui/maintab.h +++ b/qt-ui/maintab.h @@ -63,7 +63,7 @@ public: public slots: void addCylinder_clicked(); void addWeight_clicked(); - void updateDiveInfo(int dive); + void updateDiveInfo(int dive = selected_dive); void acceptChanges(); void rejectChanges(); void on_location_textChanged(const QString& text); |