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
@@ -261,7 +261,7 @@ namespace O3DE::ProjectManager
}
};
auto downloadEnded = [=](bool /*success*/, const QString& /*gemName*/)
auto downloadEnded = [=](const QString& /*gemName*/, bool /*success*/)
{
update(0); // update the list to remove the gem that has finished
};