Update signals/slots to match upstream changes

Signed-off-by: Alex Peterson <26804013+AMZN-alexpete@users.noreply.github.com>
This commit is contained in:
Alex Peterson
2021-11-05 17:24:08 -07:00
parent 4ce39ea167
commit 21c02b195f
5 changed files with 7 additions and 7 deletions
@@ -459,7 +459,7 @@ namespace O3DE::ProjectManager
emit ChangeScreenRequest(ProjectManagerScreen::GemRepos);
}
void GemCatalogScreen::OnGemDownloadResult(bool succeeded, const QString& gemName)
void GemCatalogScreen::OnGemDownloadResult(const QString& gemName, bool succeeded)
{
if (succeeded)
{