mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 14:32:15 -07:00
Add a group criteria to the deck list model and a combo box to the deck dock widget to change it.
This commit is contained in:
parent
2dab9a7db2
commit
61f9b51b5c
1 changed files with 1 additions and 1 deletions
|
|
@ -415,7 +415,7 @@ void RemoteClient::websocketMessageReceived(const QByteArray &message)
|
|||
ServerMessage newServerMessage;
|
||||
newServerMessage.ParseFromArray(message.data(), message.length());
|
||||
|
||||
qCDebug(RemoteClientLog).noquote() << "IN" << getSafeDebugString(newServerMessage);
|
||||
//qCDebug(RemoteClientLog).noquote() << "IN" << getSafeDebugString(newServerMessage);
|
||||
|
||||
processProtocolItem(newServerMessage);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue