From d5b3a2b6e6462f4ad46fce8f52539333b131dcad Mon Sep 17 00:00:00 2001 From: Andre Hartmann Date: Tue, 26 Mar 2019 07:29:12 +0100 Subject: QModbusReply: Add some more documentation cross links Change-Id: I9f7d2bd5724266463af473d714b452de5390349e Reviewed-by: Alex Blasche --- src/serialbus/qmodbusreply.cpp | 6 ++++++ 1 file changed, 6 insertions(+) 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 { -- cgit v1.2.3