summaryrefslogtreecommitdiff
path: root/src/enginio_client/enginioreply.cpp
diff options
context:
space:
mode:
authorMartin Smith <martin.smith@digia.com>2014-08-22 13:25:32 +0200
committerJędrzej Nowacki <jedrzej.nowacki@digia.com>2014-08-29 13:43:24 +0200
commit449c15357646a1cfa0e2cccaef931a3a9c49d62b (patch)
tree3e676e80948c61d656520c708967afb58acea85d /src/enginio_client/enginioreply.cpp
parent19a551e09264513766c569770539d55b6cc00d35 (diff)
downloadqtenginio-449c15357646a1cfa0e2cccaef931a3a9c49d62b.tar.gz
qdoc: Correct some links in QtEnginio
Several links in the Enginio docs are either broken, or they got to the wrong page. This update fixes several cases in the overview. Change-Id: I814b2b2c6826fb1a54ac7a8fccc509281298ef77 Task-number: QTBUG-40919 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com> Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
Diffstat (limited to 'src/enginio_client/enginioreply.cpp')
-rw-r--r--src/enginio_client/enginioreply.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/enginio_client/enginioreply.cpp b/src/enginio_client/enginioreply.cpp
index 3e5cfdd..78bc48b 100644
--- a/src/enginio_client/enginioreply.cpp
+++ b/src/enginio_client/enginioreply.cpp
@@ -278,8 +278,8 @@ bool EnginioReplyState::delayFinishedSignal()
/*!
\fn bool EnginioReply::isError() const
- \brief EnginioReplyState::isError returns whether this reply was unsuccessful
- \return true if the reply did not succeed
+ Returns whether this reply was unsuccessful.
+ Returns true if the reply did not succeed.
*/
bool EnginioReplyState::isError() const
@@ -290,8 +290,8 @@ bool EnginioReplyState::isError() const
/*!
\fn bool EnginioReply::isFinished() const
- \brief Returns whether this reply was finished or not
- \return true if the reply was finished, false otherwise.
+ Returns whether this reply was finished or not.
+ Returns true if the reply was finished.
*/
bool EnginioReplyState::isFinished() const