all: fix lints

This commit is contained in:
outfoxxed 2025-09-28 23:51:06 -07:00
parent f78078dfaf
commit 1d94144976
No known key found for this signature in database
GPG key ID: 4C88A185FB89301E
15 changed files with 61 additions and 57 deletions

View file

@ -31,7 +31,7 @@ void IdleMonitor::updateNotification() {
delete notification;
notification = nullptr;
auto guard = qScopeGuard([&] { this->bNotification = notification; });
auto guard = qScopeGuard([&, this] { this->bNotification = notification; });
auto params = this->bParams.value();