Incorporating review comments. Some parameter modifications. Some cli edge case handling. Remove remove_tag member from project info

This commit is contained in:
mgwynn
2021-06-07 14:14:32 -04:00
parent ffdce2ef7f
commit 6d6f8413c8
4 changed files with 43 additions and 32 deletions
@@ -26,8 +26,6 @@ namespace O3DE::ProjectManager
, m_backgroundImagePath(backgroundImagePath)
, m_needsBuild(needsBuild)
{
m_userTags = QStringList();
m_userTagsForRemoval = QStringList();
}
bool ProjectInfo::operator==(const ProjectInfo& rhs)