diff options
author | David Boddie <dboddie@trolltech.com> | 2009-11-04 18:35:37 (GMT) |
---|---|---|
committer | David Boddie <dboddie@trolltech.com> | 2009-11-04 18:36:10 (GMT) |
commit | c1eae9d5842c73719d7719cccc4beca55711714d (patch) | |
tree | e0c154e2d9dd3a55d58e4b0d4f9c887f64d03a82 /doc/src/network-programming | |
parent | 77e5de0865f4a3810edc57ef5c8558200215b31c (diff) | |
download | Qt-c1eae9d5842c73719d7719cccc4beca55711714d.zip Qt-c1eae9d5842c73719d7719cccc4beca55711714d.tar.gz Qt-c1eae9d5842c73719d7719cccc4beca55711714d.tar.bz2 |
Doc: Fixed qdoc warnings.
Reviewed-by: Trust Me
Diffstat (limited to 'doc/src/network-programming')
-rw-r--r-- | doc/src/network-programming/qtnetwork.qdoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/network-programming/qtnetwork.qdoc b/doc/src/network-programming/qtnetwork.qdoc index d9377fb..c20adaf 100644 --- a/doc/src/network-programming/qtnetwork.qdoc +++ b/doc/src/network-programming/qtnetwork.qdoc @@ -101,7 +101,7 @@ Each application or library can create one or more instances of QNetworkAccessManager to handle network communication. - + \section1 Writing FTP Clients with QFtp FTP (File Transfer Protocol) is a protocol used almost exclusively @@ -155,7 +155,7 @@ commands based on the result of a previous command. It also enables you to provide detailed feedback to the user. - The \l{network/ftp}{FTP} example + The \l{network/qftp}{FTP} example illustrates how to write an FTP client. Writing your own FTP (or HTTP) server is possible using the lower-level classes QTcpSocket and QTcpServer. |