Skip to content

Commit

Permalink
Slight update to our copy of QtSingleApplication.
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Sep 4, 2017
1 parent f809388 commit e5d3ff3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/3rdparty/QtSingleApplication/src/qtlocalpeer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ void QtLocalPeer::receiveConnection()
if (!socket)
return;

while (socket->bytesAvailable() < (int)sizeof(quint32))
socket->waitForReadyRead();
QDataStream ds(socket);
QByteArray uMsg;
Expand Down

0 comments on commit e5d3ff3

Please sign in to comment.