summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets/quiloader/mywidget.cpp
diff options
context:
space:
mode:
authorJoerg Bornemann <[email protected]>2016-03-23 15:45:12 +0100
committerOswald Buddenhagen <[email protected]>2016-03-24 16:12:46 +0000
commit24411e9743735d6323f1d3686f8b989a5122f83b (patch)
tree67323f338eb7b189dfce88aa1419cf63cd96ef4e /doc/src/snippets/quiloader/mywidget.cpp
parentf75d950bd4353c436f9863d06af65b6cbc672c76 (diff)
Add a write buffer to QLocalSocket/Win
Commit 0307c008 removed the buffering of data-to-be-written from QWindowsPipeWriter, because it was assumed that users of this class (QProcess and QLocalSocket) already buffer data internally. This assumption was wrong for QLocalSocket. The following sequence localSocket->write(someData); localSocket->write(someMoreData); would not write anything on the second write. Add a write buffer to the Windows implementation of QLocalSocket. Task-number: QTBUG-52073 Change-Id: I6d0f03a722ec48138cbde3e2f69aae7dafe790d3 Reviewed-by: Oswald Buddenhagen <[email protected]>
Diffstat (limited to 'doc/src/snippets/quiloader/mywidget.cpp')
0 files changed, 0 insertions, 0 deletions