summaryrefslogtreecommitdiffstats
path: root/src/network/access/qftp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/access/qftp.cpp')
-rw-r--r--src/network/access/qftp.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/network/access/qftp.cpp b/src/network/access/qftp.cpp
index a77e1a643c..3b0d0deeb9 100644
--- a/src/network/access/qftp.cpp
+++ b/src/network/access/qftp.cpp
@@ -831,8 +831,8 @@ void QFtpPI::connectToHost(const QString &host, quint16 port)
are all done the finished() signal is emitted. When an error occurs, the
error() signal is emitted.
- If there are pending commands in the queue this functions returns false and
- the \a cmds are not added to the queue; otherwise it returns true.
+ If there are pending commands in the queue this functions returns \c false and
+ the \a cmds are not added to the queue; otherwise it returns \c true.
*/
bool QFtpPI::sendCommands(const QStringList &cmds)
{
@@ -987,7 +987,7 @@ void QFtpPI::readyRead()
Process a reply from the FTP server.
- Returns true if the reply was processed or false if the reply has to be
+ Returns \c true if the reply was processed or false if the reply has to be
processed at a later point.
*/
bool QFtpPI::processReply()
@@ -1159,8 +1159,8 @@ bool QFtpPI::processReply()
/*
\internal
- Starts next pending command. Returns false if there are no pending commands,
- otherwise it returns true.
+ Starts next pending command. Returns \c false if there are no pending commands,
+ otherwise it returns \c true.
*/
bool QFtpPI::startNextCmd()
{
@@ -2164,8 +2164,8 @@ QIODevice* QFtp::currentDevice() const
/*!
\internal
- Returns true if there are any commands scheduled that have not yet
- been executed; otherwise returns false.
+ Returns \c true if there are any commands scheduled that have not yet
+ been executed; otherwise returns \c false.
The command that is being executed is \e not considered as a
scheduled command.