mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
Qt: random cleanups
This commit is contained in:
parent
c9c0d7361d
commit
3bdce6050b
4 changed files with 74 additions and 74 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue