Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
QAbstractSocket::Bind: clarify some details
The function's documentation needlessly repeated parts of its first line. The BindFlag enum it takes as a parameter confused readers by saying an option is ignored on Windows, failing to make clear that it is so because that option is what Windows does by default. Tidied some phrasing and typos in the process. Fixes: QTBUG-52364 Change-Id: Ia6510caff7ec80216eefccf41fb009b1357e4b2e Reviewed-by: Andy Shaw <[email protected]> Reviewed-by: Paul Wicking <[email protected]>
- Loading branch information