Cockatrice/cockatrice/src/pending_command.cpp

8 lines
192 B
C++

#include "pending_command.h"
#include "protocol.h"
void PendingCommand::processResponse(ProtocolResponse *response)
{
emit finished(response);
emit finished(response->getResponseCode());
}