summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndre Hartmann <aha_1980@gmx.de>2019-03-26 07:29:12 +0100
committerAndré Hartmann <aha_1980@gmx.de>2019-03-28 08:16:37 +0000
commitd5b3a2b6e6462f4ad46fce8f52539333b131dcad (patch)
tree91f45c5236429865bf9ace8ace10381ecfc28304
parent76cbf4b7d10db3aa8944c8480a6c504548f0e070 (diff)
QModbusReply: Add some more documentation cross links
Change-Id: I9f7d2bd5724266463af473d714b452de5390349e Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
-rw-r--r--src/serialbus/qmodbusreply.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/serialbus/qmodbusreply.cpp b/src/serialbus/qmodbusreply.cpp
index 297724b..74cb3e6 100644
--- a/src/serialbus/qmodbusreply.cpp
+++ b/src/serialbus/qmodbusreply.cpp
@@ -92,6 +92,8 @@ QModbusReply::QModbusReply(ReplyType type, int serverAddress, QObject *parent)
/*!
Returns \c true when the reply has finished or was aborted.
+
+ \sa finished(), error()
*/
bool QModbusReply::isFinished() const
{
@@ -187,10 +189,14 @@ int QModbusReply::serverAddress() const
Note: Do not delete this reply object in the slot connected to this signal.
Use \l deleteLater() instead.
+
+ \sa error(), errorString()
*/
/*!
Returns the error state of this reply.
+
+ \sa errorString(), errorOccurred()
*/
QModbusDevice::Error QModbusReply::error() const
{