--- qsampler/trunk/src/qsampler.cpp 2019/08/13 10:19:32 3555 +++ qsampler/trunk/src/qsampler.cpp 2019/08/15 09:09:21 3556 @@ -370,7 +370,7 @@ if (pSocket) { const qint64 nread = pSocket->bytesAvailable(); if (nread > 0) { - QByteArray data = pSocket->read(nread); + const QByteArray data = pSocket->read(nread); // Just make it always shows up fine... m_pWidget->hide(); m_pWidget->show();