mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-12 14:48:52 +00:00
Reorganization of includes (Part 2)
This commit is contained in:
@@ -366,7 +366,7 @@ void MainWindow::CreateConnects() {
|
||||
|
||||
panelDialog->accept();
|
||||
});
|
||||
connect(downloadAllPatchesButton, &QPushButton::clicked, this, [this, panelDialog]() {
|
||||
connect(downloadAllPatchesButton, &QPushButton::clicked, [panelDialog]() {
|
||||
QEventLoop eventLoop;
|
||||
int pendingDownloads = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user