Skip to content

Commit

Permalink
Doc: fix typo in QAbstractSocket::bind documentation
Browse files Browse the repository at this point in the history
Fixes: QTBUG-72780
Change-Id: I16d89d29f573dba37ed8e1986ed9677117ca6aad
Reviewed-by: André Hartmann <[email protected]>
Reviewed-by: Paul Wicking <[email protected]>
Reviewed-by: Topi Reiniö <[email protected]>
  • Loading branch information
sgaist committed Jan 3, 2019
1 parent 7ca39bf commit 1606a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/network/socket/qabstractsocket.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1549,7 +1549,7 @@ void QAbstractSocket::setPauseMode(PauseModes pauseMode)
By default, the socket is bound using the DefaultForPlatform BindMode.
If a port is not specified, a random port is chosen.
On success, the functions returns \c true and the socket enters
On success, the function returns \c true and the socket enters
BoundState; otherwise it returns \c false.
*/
Expand Down

0 comments on commit 1606a8a

Please sign in to comment.