qt6-bb10/examples
Thiago Macieira 2f9d49630d Examples: fix network-chat in the presence of an IPv6 stack
Since we bind to QHostAddress::Any, the incoming packets are actually
IPv4-mapped IPv6 addresses and the operator== strict comparison was
failing. Instead, use isEqual(), which defaults to TolerantComparison.

Change-Id: Ic38ec929fc3f4bb795dafffd150ac6b3a0a7e3b2
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
2018-05-05 06:20:01 +00:00
..
aggregate
corelib Examples: replace QDesktopWidget::availableGeometry()/screenGeometry() 2018-03-27 16:50:05 +00:00
dbus
embedded
gui Update rasterwindow example to not render in resizeEvent 2018-03-20 16:00:31 +00:00
network Examples: fix network-chat in the presence of an IPv6 stack 2018-05-05 06:20:01 +00:00
opengl Merge remote-tracking branch 'origin/5.9' into 5.11 2018-02-14 12:51:24 +01:00
qmake
qpa
qtconcurrent
qtestlib
sql
touch
vulkan Vulkan Examples: Fix Clang warnings about initialization of VkClearColorValue 2018-04-30 08:35:15 +00:00
widgets Merge remote-tracking branch 'origin/5.11' into dev 2018-05-03 14:50:22 +02:00
xml
README
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.