This commit is contained in:
赵民勇 2022-09-20 16:26:24 +08:00
parent 6eca263e55
commit 6661469e93
1 changed files with 0 additions and 1 deletions

View File

@ -119,7 +119,6 @@ void RsyncPathToDirProcess::sync_finished(int exitCode, QProcess::ExitStatus)
if (exitCode == QProcess::NormalExit || exitCode == 24 || exitCode == 23) { if (exitCode == QProcess::NormalExit || exitCode == 24 || exitCode == 23) {
qDebug() << "RsyncPathToDirProcess::sync_finished success"; qDebug() << "RsyncPathToDirProcess::sync_finished success";
m_bSuccess = true; m_bSuccess = true;
emit progress(100);
emit finished(true); emit finished(true);
} else { } else {
qDebug() << "RsyncPathToDirProcess::sync_finished failed"; qDebug() << "RsyncPathToDirProcess::sync_finished failed";