mirror of
https://github.com/lubosz/overte.git
synced 2025-04-12 17:32:30 +02:00
type squish for deployed assignment
This commit is contained in:
parent
17a210813b
commit
8bb77ecc9e
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ void childClient() {
|
|||
&& packetVersionMatch(packetData)) {
|
||||
|
||||
// construct the deployed assignment from the packet data
|
||||
Assignment *deployedAssignment = AssignmentFactory::unpackAssignment(packetData, receivedBytes);
|
||||
Assignment* deployedAssignment = AssignmentFactory::unpackAssignment(packetData, receivedBytes);
|
||||
|
||||
qDebug() << "Received an assignment -" << deployedAssignment << "\n";
|
||||
|
||||
|
|
Loading…
Reference in a new issue