diff options
Diffstat (limited to 'qt-ui/mainwindow.h')
-rw-r--r-- | qt-ui/mainwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/mainwindow.h b/qt-ui/mainwindow.h index 9a8deb1a0..a7dafb48b 100644 --- a/qt-ui/mainwindow.h +++ b/qt-ui/mainwindow.h @@ -108,7 +108,7 @@ protected: public slots: void readSettings(); - void refreshDisplay(); + void refreshDisplay(bool recreateDiveList = true); void showProfile(); void editCurrentDive(); |