Cleanup: remove capture-all lambda clauses

These were forgotten the last time.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2020-02-04 14:09:12 +01:00 committed by bstoeger
parent 35de9c49a4
commit 5e0ce206a0
3 changed files with 9 additions and 9 deletions

View file

@ -106,7 +106,7 @@ void CollapsedDiveListSortModel::setActiveTrip(const QString &trip)
// to be destroyed before this function returns.
// Instead do this asynchronously
QtConcurrent::run(QThreadPool::globalInstance(),
[=]{
[]{
CollapsedDiveListSortModel::instance()->updateFilterState();
});
}