mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-09 08:25:16 +00:00
Fix some warnings
This commit is contained in:
parent
24dbec71f8
commit
a4bcba8971
2 changed files with 2 additions and 2 deletions
|
|
@ -2284,7 +2284,7 @@ void main_window::ShowOptionalGamePreparations(const QString& title, const QStri
|
|||
vlayout->addWidget(btn_box);
|
||||
dlg->setLayout(vlayout);
|
||||
|
||||
connect(btn_box, &QDialogButtonBox::accepted, this, [=, paths = std::move(bootable_paths)]()
|
||||
connect(btn_box, &QDialogButtonBox::accepted, this, [=, this, paths = std::move(bootable_paths)]()
|
||||
{
|
||||
const bool create_desktop_shortcuts = desk_check->isChecked();
|
||||
const bool create_app_shortcut = quick_check->isChecked();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue