c82d40749d
On OS X and Windows, this was not working, because the socket was being bound in v6 mode (due to ::Any being for dual mode), but the address passed was a v4 address, meaning it took the wrong codepath. Linux, strangely, apparently works anyway. This is fixable in OS X (by using the v6 join path when bound in v6/dual mode), but the same fix doesn't work on Windows, failing with WSAEADDRNOTAVAIL. Don't allow this behaviour, and provide a sane error message telling the user what to do instead. Done-with: Shane Kearns Task-number: QTBUG-25047 Change-Id: Iaf5bbee82e13ac92e11b60c558f5af9ce26f474b Reviewed-by: Shane Kearns <shane.kearns@accenture.com> |
||
---|---|---|
.. | ||
animation | ||
dbus | ||
desktop | ||
dialogs | ||
draganddrop | ||
effects | ||
embedded | ||
gestures | ||
graphicsview | ||
ipc | ||
itemviews | ||
ja_JP/linguist/hellotr | ||
layouts | ||
linguist | ||
mainwindows | ||
network | ||
opengl | ||
painting | ||
qmake | ||
qpa | ||
qtconcurrent | ||
qtestlib | ||
richtext | ||
scroller | ||
sql | ||
statemachine | ||
threads | ||
tools | ||
touch | ||
tutorials | ||
webkit/webkit-guide | ||
widgets | ||
xml | ||
examples.pro | ||
README |
Qt is supplied with a number of example applications that have been written to provide developers with examples of the Qt API in use, highlight good programming practice, and showcase features found in each of Qt's core technologies. Documentation for examples can be found in the Examples section of the Qt documentation.