diff options
Diffstat (limited to 'qt-ui/mainwindow.cpp')
-rw-r--r-- | qt-ui/mainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/mainwindow.cpp b/qt-ui/mainwindow.cpp index 8a637ff6b..ecc04a58c 100644 --- a/qt-ui/mainwindow.cpp +++ b/qt-ui/mainwindow.cpp @@ -419,7 +419,7 @@ void MainWindow::on_actionDivePlanner_triggered() // create a simple starting dive, using the first gas from the just copied cylidners createFakeDiveForAddAndPlan(); - DivePlannerPointsModel::instance()->createSimpleDive(true); + DivePlannerPointsModel::instance()->createSimpleDive(); // reload and then disable the dive list ui.ListWidget->reload(DiveTripModel::CURRENT); |