- resolved a bug in retrying donwload
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user