Qt: random cleanups

This commit is contained in:
Megamouse 2020-07-01 20:45:40 +02:00
parent c9c0d7361d
commit 3bdce6050b
4 changed files with 74 additions and 74 deletions

View file

@ -1212,7 +1212,7 @@ QAction* main_window::CreateRecentAction(const q_string_pair& entry, const uint&
}
// connect boot
connect(act, &QAction::triggered, [=, this]() {BootRecentAction(act); });
connect(act, &QAction::triggered, [act, this]() {BootRecentAction(act); });
return act;
}