summaryrefslogtreecommitdiffstats
path: root/src/network/access
diff options
context:
space:
mode:
authorGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2012-05-11 01:54:40 +0100
committerQt by Nokia <qt-info@nokia.com>2012-05-11 12:52:21 +0200
commit28dc0a0fa1f645d1d8d86abf2cf3df1913dc96c4 (patch)
tree06edc2a9ac5a660fb015e931feddc2f403aa90e2 /src/network/access
parentdeceb70173d0f6ad557a23accaf0aaec30825de8 (diff)
QtNetwork: remove \link usages
Change-Id: I3f804a31eb9f623fb884052b4892fd45cdcdd126 Reviewed-by: Marius Storm-Olsen <marius.storm-olsen@nokia.com> Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'src/network/access')
-rw-r--r--src/network/access/qftp.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/network/access/qftp.cpp b/src/network/access/qftp.cpp
index 324126baae..a261c19ad6 100644
--- a/src/network/access/qftp.cpp
+++ b/src/network/access/qftp.cpp
@@ -1387,7 +1387,7 @@ int QFtpPrivate::addCommand(QFtpCommand *cmd)
\snippet code/src_network_access_qftp.cpp 2
The dataTransferProgress() signal in the above example is useful
- if you want to show a \link QProgressBar progress bar \endlink to
+ if you want to show a \l{QProgressBar}{progress bar} to
inform the user about the progress of the download. The
readyRead() signal tells you that there is data ready to be read.
The amount of data can be queried then with the bytesAvailable()
@@ -1529,7 +1529,7 @@ QFtp::QFtp(QObject *parent)
the currentCommand() is \c List.
\value None No command is being executed.
- \value SetTransferMode set the \link TransferMode transfer\endlink mode.
+ \value SetTransferMode set the \l{TransferMode}{transfer} mode.
\value SetProxy switch proxying on or off.
\value ConnectToHost connectToHost() is being executed.
\value Login login() is being executed.