mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-18 08:22:15 -07:00
fix build failure
This commit is contained in:
parent
b3fb5fe1ce
commit
d8da22db16
1 changed files with 2 additions and 1 deletions
|
|
@ -1157,7 +1157,8 @@ void MainWindow::actCheckCardUpdates()
|
|||
|
||||
connect(cardUpdateProcess, &QProcess::errorOccurred, this, &MainWindow::cardUpdateError);
|
||||
|
||||
connect(cardUpdateProcess, &QProcess::finished, this, &MainWindow::cardUpdateFinished);
|
||||
connect(cardUpdateProcess, qOverload<int, QProcess::ExitStatus>(&QProcess::finished), this,
|
||||
&MainWindow::cardUpdateFinished);
|
||||
|
||||
// full "run the update" command; leave empty if not present
|
||||
QString updaterCmd;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue