Incorporating review comments. Some parameter modifications. Some cli edge case handling. Remove remove_tag member from project info
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user