From 5e0ce206a0cb88754b27cf8d7b9d65773f87cd07 Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Tue, 4 Feb 2020 14:09:12 +0100 Subject: Cleanup: remove capture-all lambda clauses These were forgotten the last time. Signed-off-by: Berthold Stoeger --- qt-models/divelistmodel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qt-models/divelistmodel.cpp') diff --git a/qt-models/divelistmodel.cpp b/qt-models/divelistmodel.cpp index d45072dd2..1335b2952 100644 --- a/qt-models/divelistmodel.cpp +++ b/qt-models/divelistmodel.cpp @@ -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(); }); } -- cgit v1.2.3-70-g09d2