summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 a01a606..7201a33 100644
--- a/src/serialbus/qmodbusreply.cpp
+++ b/src/serialbus/qmodbusreply.cpp
@@ -95,6 +95,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
{
@@ -190,10 +192,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
{