Fix typo, add missing header, remove unecessary asserts

Signed-off-by: nggieber <52797929+AMZN-nggieber@users.noreply.github.com>
This commit is contained in:
nggieber
2021-12-10 11:42:18 -08:00
parent 214716dafc
commit e9db0bca6a
3 changed files with 5 additions and 3 deletions
@@ -27,7 +27,7 @@ namespace O3DE::ProjectManager
m_worker = new ProjectBuilderWorker(m_projectInfo);
m_worker->moveToThread(&m_workerThread);
// Remove key here in case Project Manager crashing while building that causes HandleResults to not be called
// Remove key here in case Project Manager crashed while building because that causes HandleResults to not be called
SettingsInterface::Get()->SetProjectBuiltSuccessfully(m_projectInfo, false);
connect(&m_workerThread, &QThread::finished, m_worker, &ProjectBuilderWorker::deleteLater);