diff options
author | Timothy Pearson <[email protected]> | 2011-12-05 22:04:08 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-05 22:04:08 -0600 |
commit | e02e31c8b9d854cd62cbe9799228f6e08e882773 (patch) | |
tree | 53303c981d0b20e03c5a2fc8e959fa74adcb90d1 /doc/html/qsocket.html | |
parent | 143f194af098d44bf0dd1ebb29e59f30ce48d523 (diff) | |
download | tqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.tar.gz tqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.zip |
Sync with latest script
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>(). |