diff options
Diffstat (limited to 'doc/html/qsocket.html')
-rw-r--r-- | doc/html/qsocket.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/qsocket.html b/doc/html/qsocket.html index 955ef0621..24a04becc 100644 --- a/doc/html/qsocket.html +++ b/doc/html/qsocket.html @@ -269,7 +269,7 @@ into the <a href="#State-enum">Connecting</a> state. Finally, when the connectio succeeds, it emits <a href="#connected">connected</a>() and goes into the <a href="#State-enum">Connected</a> state. If there is an error at any point, it emits <a href="#error">error</a>(). <p> <em>host</em> may be an IP address in string form, or it may be a DNS -name. TQSocket will do a normal DNS lookup if retquired. Note that +name. TQSocket will do a normal DNS lookup if required. Note that <em>port</em> is in native byte order, unlike some other libraries. <p> <p>See also <a href="#state">state</a>(). |