mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-10 05:38:49 +00:00
Reorganization of includes (Part 2)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user