diff --git a/cockatrice/src/client/ui/window_main.cpp b/cockatrice/src/client/ui/window_main.cpp index 3e868a286..a74bc712b 100644 --- a/cockatrice/src/client/ui/window_main.cpp +++ b/cockatrice/src/client/ui/window_main.cpp @@ -1157,7 +1157,8 @@ void MainWindow::actCheckCardUpdates() connect(cardUpdateProcess, &QProcess::errorOccurred, this, &MainWindow::cardUpdateError); - connect(cardUpdateProcess, &QProcess::finished, this, &MainWindow::cardUpdateFinished); + connect(cardUpdateProcess, qOverload(&QProcess::finished), this, + &MainWindow::cardUpdateFinished); // full "run the update" command; leave empty if not present QString updaterCmd;