This commit is contained in:
DavidXanatos 2022-09-23 11:16:59 +02:00
parent 1f0e4970dc
commit e9e21c215e
1 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,8 @@ void CSandMan::OnFileToRecover(const QString& BoxName, const QString& FilePath,
// }); // });
//} //}
pWnd->AddFile(FilePath, BoxPath); if (pWnd)
pWnd->AddFile(FilePath, BoxPath);
} }
else else
m_pPopUpWindow->AddFileToRecover(FilePath, BoxPath, pBox, ProcessId); m_pPopUpWindow->AddFileToRecover(FilePath, BoxPath, pBox, ProcessId);