Minor PR feedback changes

Signed-off-by: nggieber <52797929+AMZN-nggieber@users.noreply.github.com>
This commit is contained in:
nggieber
2021-12-10 06:19:28 -08:00
parent 9f4895aaea
commit af9e75da66
6 changed files with 12 additions and 18 deletions
@@ -40,7 +40,6 @@ namespace O3DE::ProjectManager
bool ValidateProjectPath() override;
virtual bool ValidateProjectPreview();
bool ValidateProjectId();
void UpdateAdvancedSettingsCollapseState();
inline constexpr static int s_collapseButtonSize = 24;
@@ -53,6 +52,9 @@ namespace O3DE::ProjectManager
ProjectInfo m_projectInfo;
bool m_userChangedPreview; //! Did the user change the project preview path
protected slots:
void UpdateAdvancedSettingsCollapseState();
};
} // namespace O3DE::ProjectManager