summaryrefslogtreecommitdiffstats
path: root/src/network/socket/qnativesocketengine_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix compilation breakage on Windows caused by 6c1d7e57.Thiago Macieira2009-05-221-5/+31
| | | | | | | On Windows, QT_NO_IPV6 isn't defined, but the necessary includes were missing. So #include winsock2.h and also use our own structures. Reviewed-By: Trust Me
* Fixed strict aliasing breaks with sockaddr_XXX structs.Thiago Macieira2009-05-221-0/+9
| | | | | | | | | This case it was possible to fix by using a union of the types when we actually declare the variable. Besides, this avoids a bunch of #ifdef for IPv6 functionality. Reviewed-By: Oswald Buddenhagen
* Long live Qt 4.5!Lars Knoll2009-03-231-0/+250