mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-19 08:52:15 -07:00
turns out new slot/signal syntax can ignore extra params
This commit is contained in:
parent
663cd65fca
commit
c50338e73e
7 changed files with 16 additions and 21 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue