bug修复

This commit is contained in:
zhaominyong 2021-11-15 13:57:04 +08:00
parent 7aab82a82b
commit 26a86d60ea
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ int MyBackupManager::cancel(const BackupWrapper& backupWrapper)
Q_UNUSED(backupWrapper) Q_UNUSED(backupWrapper)
if (workerThread.isRunning()) if (workerThread.isRunning())
emit workerThread->cancel(); emit workerThread.cancelWork();
return 0; return 0;
} }