Update ppm2pwg/bytestream

This commit is contained in:
Anton Thomasson 2020-08-22 17:37:04 +02:00
parent b423529969
commit 12457bf54b
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 46acfbf52a2267da8f944f08d70369533d1feba0
Subproject commit fbe0dab589959b3ff700daf594baffdba0bf2aca

View file

@ -146,7 +146,7 @@ void IppDiscovery::readPendingDatagrams()
while (socket->hasPendingDatagrams()) {
size_t size = socket->pendingDatagramSize();
Bytestream resp(size);
Bytestream resp = Bytestream::preallocated(size);
QHostAddress sender;
quint16 senderPort;