mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-13 13:15:59 +00:00
Reorganization of includes (Part 2)
This commit is contained in:
parent
6080066f75
commit
7886761476
39 changed files with 45 additions and 36 deletions
|
@ -140,7 +140,7 @@ public:
|
|||
new CheatsPatches(gameName, gameSerial, gameVersion, gameSize, gameImage);
|
||||
cheatsPatches->show();
|
||||
connect(widget->parent(), &QWidget::destroyed, cheatsPatches,
|
||||
[widget, cheatsPatches]() { cheatsPatches->deleteLater(); });
|
||||
[cheatsPatches]() { cheatsPatches->deleteLater(); });
|
||||
}
|
||||
|
||||
if (selected == &openTrophyViewer) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue