This commit is contained in:
parent
6eca263e55
commit
6661469e93
|
@ -119,7 +119,6 @@ void RsyncPathToDirProcess::sync_finished(int exitCode, QProcess::ExitStatus)
|
|||
if (exitCode == QProcess::NormalExit || exitCode == 24 || exitCode == 23) {
|
||||
qDebug() << "RsyncPathToDirProcess::sync_finished success";
|
||||
m_bSuccess = true;
|
||||
emit progress(100);
|
||||
emit finished(true);
|
||||
} else {
|
||||
qDebug() << "RsyncPathToDirProcess::sync_finished failed";
|
||||
|
|
Loading…
Reference in New Issue