We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a55449 commit c41f298Copy full SHA for c41f298
src/videoview/mjpegstreamerclient.cpp
@@ -252,7 +252,7 @@ void MjpegStreamerClient::updateMessageReceived(const QList<QByteArray> &message
252
StreamBufferItem streamBufferItem;
253
254
frame = m_rx.frame(i);
255
- data = QByteArray(frame.blob().data(), frame.blob().size());
+ data = QByteArray(frame.blob().data(), static_cast<int>(frame.blob().size()));
256
257
#ifdef QT_DEBUG
258
qDebug() << "received frame" << topic;
0 commit comments