turns out new slot/signal syntax can ignore extra params

This commit is contained in:
RickyRister 2025-01-15 02:52:39 -08:00
parent 663cd65fca
commit c50338e73e
7 changed files with 16 additions and 21 deletions

View file

@ -194,9 +194,7 @@ void GameSelector::actCreate()
updateTitle();
}
void GameSelector::checkResponse(const Response &response,
const CommandContainer & /* commandContainer */,
const QVariant & /* extraData */)
void GameSelector::checkResponse(const Response &response)
{
// NB: We re-enable buttons for the currently selected game, which may not
// be the same game as the one for which we are processing a response.