aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/classview/classviewmanager.cpp
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2023-12-12 11:34:17 +0100
committerhjk <hjk@qt.io>2023-12-12 10:55:32 +0000
commit016936a45032f2b443c336855c8ebe5b7e0d7e08 (patch)
treefeff371aa38eaf9fa01904b78a2021806c71a959 /src/plugins/classview/classviewmanager.cpp
parent8d2cee31e4ecde69ae2577416d74cefdb891d8e8 (diff)
Clean up some lambdas
Change-Id: Id947c0935b1aa4579e1c64d3e510db41103fbe27 Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
Diffstat (limited to 'src/plugins/classview/classviewmanager.cpp')
-rw-r--r--src/plugins/classview/classviewmanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/classview/classviewmanager.cpp b/src/plugins/classview/classviewmanager.cpp
index 90c834a621..ad2f75cf69 100644
--- a/src/plugins/classview/classviewmanager.cpp
+++ b/src/plugins/classview/classviewmanager.cpp
@@ -281,7 +281,7 @@ void Manager::initialize()
d->m_timer.start(400); // Accumulate multiple requests into one, restarts the timer
});
- connect(&d->m_timer, &QTimer::timeout, this, [this]() {
+ connect(&d->m_timer, &QTimer::timeout, this, [this] {
const QSet<FilePath> docsToBeUpdated = d->m_awaitingDocuments;
d->cancelScheduledUpdate();
if (!state() || d->disableCodeParser) // enabling any of them will trigger the total update