mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-08-01 16:37:44 -07:00
protobuf client->server communication almost working
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#include "pending_command.h"
|
||||
#include "protocol.h"
|
||||
|
||||
void PendingCommand::processResponse(ProtocolResponse *response)
|
||||
{
|
||||
qDebug("processResponse");
|
||||
emit finished(response);
|
||||
emit finished(response->getResponseCode());
|
||||
}
|
||||
Reference in New Issue
Block a user