Remove deleted projects from project manager

Signed-off-by: pconroy <pconroy@amazon.com>
This commit is contained in:
pconroy
2021-06-25 17:39:27 -07:00
parent 6a0b8ae6b6
commit e0c3d15d5a
6 changed files with 51 additions and 23 deletions
@@ -50,6 +50,7 @@ namespace O3DE::ProjectManager
AZ::Outcome<void, AZStd::string> UpdateProject(const ProjectInfo& projectInfo) override;
AZ::Outcome<void, AZStd::string> AddGemToProject(const QString& gemPath, const QString& projectPath) override;
AZ::Outcome<void, AZStd::string> RemoveGemFromProject(const QString& gemPath, const QString& projectPath) override;
void RemoveInvalidProjects() override;
// ProjectTemplate
AZ::Outcome<QVector<ProjectTemplateInfo>> GetProjectTemplates(const QString& projectPath = {}) override;