Fix some "-Wpedantic" warnings

This commit is contained in:
scribam 2019-05-12 23:01:28 +02:00 committed by Ivan
parent 99c1f87289
commit 790962425c
17 changed files with 33 additions and 33 deletions

View file

@ -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)
{