diff --git a/backup-daemon/myprocess/rsyncpathtodirprocess.cpp b/backup-daemon/myprocess/rsyncpathtodirprocess.cpp index 4266a1d..ab78140 100755 --- a/backup-daemon/myprocess/rsyncpathtodirprocess.cpp +++ b/backup-daemon/myprocess/rsyncpathtodirprocess.cpp @@ -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";