From 28dc0a0fa1f645d1d8d86abf2cf3df1913dc96c4 Mon Sep 17 00:00:00 2001 From: Giuseppe D'Angelo Date: Fri, 11 May 2012 01:54:40 +0100 Subject: QtNetwork: remove \link usages Change-Id: I3f804a31eb9f623fb884052b4892fd45cdcdd126 Reviewed-by: Marius Storm-Olsen Reviewed-by: Casper van Donderen --- src/network/access/qftp.cpp | 4 ++-- 1 file 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. -- cgit v1.2.3