- resolved a bug in retrying donwload

This commit is contained in:
2023-04-27 11:42:53 +02:00
parent f1a024c4b8
commit fc4f896d86
9 changed files with 36 additions and 117 deletions
+1
View File
@@ -50,6 +50,7 @@ bool testRsyncReturn(MainWindow * w, QProcess * myProcess)
{
if (myProcess->exitStatus() != 0 and w->stopDlAsked != true)
{
cout << "rsync error: " << myProcess->error() << " : " << myProcess->errorString().toStdString() << endl;
QMessageBox::warning(
w,
a.applicationName(),