mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Respect autogroup in Subsurface-mobile
After we download new dives we need to try to autogroup them. In Subsurface this is done when we refresh the dive list. Here we might be better off doing it right after processing the new dives. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
02f4490dea
commit
9ef9c3efc0
1 changed files with 1 additions and 0 deletions
|
@ -180,6 +180,7 @@ void DiveImportedModel::recordDives()
|
|||
}
|
||||
diveTable->nr = 0;
|
||||
process_dives(true, true);
|
||||
autogroup_dives();
|
||||
}
|
||||
|
||||
QHash<int, QByteArray> DiveImportedModel::roleNames() const {
|
||||
|
|
Loading…
Add table
Reference in a new issue