mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-19 00:42:14 -07:00
Lint.
This commit is contained in:
parent
2286419945
commit
b7da212f28
1 changed files with 17 additions and 18 deletions
|
|
@ -1220,8 +1220,7 @@ void MainWindow::cardUpdateError(QProcess::ProcessError err)
|
|||
error += "\n\nError output:\n" + cardUpdateProcess->readAllStandardError();
|
||||
break;
|
||||
case QProcess::Timedout:
|
||||
error =
|
||||
tr("Timed out. The process took too long to respond. The last waitFor...() function timed out.");
|
||||
error = tr("Timed out. The process took too long to respond. The last waitFor...() function timed out.");
|
||||
break;
|
||||
case QProcess::WriteError:
|
||||
error = tr("An error occurred when attempting to write to the process. For example, the process may "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue