mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 22:19:02 +00:00
Fix some "-Wpedantic" warnings
This commit is contained in:
parent
99c1f87289
commit
790962425c
17 changed files with 33 additions and 33 deletions
|
|
@ -1027,7 +1027,7 @@ void main_window::BootRecentAction(const QAction* act)
|
|||
|
||||
LOG_NOTICE(LOADER, "Booting from recent games list...");
|
||||
Boot(path, "", true);
|
||||
};
|
||||
}
|
||||
|
||||
QAction* main_window::CreateRecentAction(const q_string_pair& entry, const uint& sc_idx)
|
||||
{
|
||||
|
|
@ -1069,7 +1069,7 @@ QAction* main_window::CreateRecentAction(const q_string_pair& entry, const uint&
|
|||
connect(act, &QAction::triggered, [=]() {BootRecentAction(act); });
|
||||
|
||||
return act;
|
||||
};
|
||||
}
|
||||
|
||||
void main_window::AddRecentAction(const q_string_pair& entry)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue