aboutsummaryrefslogtreecommitdiffstats
path: root/qt-models/diveimportedmodel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qt-models/diveimportedmodel.cpp')
-rw-r--r--qt-models/diveimportedmodel.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/qt-models/diveimportedmodel.cpp b/qt-models/diveimportedmodel.cpp
index 566bda173..ff93e1792 100644
--- a/qt-models/diveimportedmodel.cpp
+++ b/qt-models/diveimportedmodel.cpp
@@ -158,7 +158,8 @@ void DiveImportedModel::recordDives()
delete_dive_from_table(diveTable, j);
}
- add_imported_dives(diveTable, tripTable, true, true, false);
+ // TODO: Might want to let the user select "add_to_new_trip"
+ add_imported_dives(diveTable, tripTable, true, true, false, false);
}
QHash<int, QByteArray> DiveImportedModel::roleNames() const {