mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-12 23:59:34 -08:00
Reconnect remote player deck selection signals to game event handler. (#6181)
Took 14 minutes Co-authored-by: Lukas Brübach <Bruebach.Lukas@bdosecurity.de>
This commit is contained in:
@@ -165,6 +165,10 @@ void TabGame::connectToGameEventHandler()
|
||||
&TabGame::processLocalPlayerSideboardLocked);
|
||||
connect(game->getGameEventHandler(), &GameEventHandler::localPlayerDeckSelected, this,
|
||||
&TabGame::processLocalPlayerDeckSelect);
|
||||
connect(game->getGameEventHandler(), &GameEventHandler::remotePlayerDeckSelected, this,
|
||||
&TabGame::processRemotePlayerDeckSelect);
|
||||
connect(game->getGameEventHandler(), &GameEventHandler::remotePlayersDecksSelected, this,
|
||||
&TabGame::processMultipleRemotePlayerDeckSelect);
|
||||
}
|
||||
|
||||
void TabGame::connectMessageLogToGameEventHandler()
|
||||
|
||||
Reference in New Issue
Block a user