summaryrefslogtreecommitdiffstats
path: root/src/serialbus/qmodbuspdu.cpp
diff options
context:
space:
mode:
authorKarsten Heimrich <karsten.heimrich@theqtcompany.com>2016-02-15 12:55:09 +0100
committerKarsten Heimrich <karsten.heimrich@theqtcompany.com>2016-02-15 15:58:29 +0000
commit01bc9d50a9ae7d837c9af7e869df215701a44933 (patch)
treeae312a06b455dd6c3425c85d72d920f01482e3e6 /src/serialbus/qmodbuspdu.cpp
parent8535200025afc4058bb7bb5364c7ae3250185a26 (diff)
Remove qdoc related defines, we support the features now.
Change-Id: I2a847c3452dffcb4bef98271e25f308d4b449106 Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Diffstat (limited to 'src/serialbus/qmodbuspdu.cpp')
-rw-r--r--src/serialbus/qmodbuspdu.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/serialbus/qmodbuspdu.cpp b/src/serialbus/qmodbuspdu.cpp
index e32607a..25a7699 100644
--- a/src/serialbus/qmodbuspdu.cpp
+++ b/src/serialbus/qmodbuspdu.cpp
@@ -312,7 +312,7 @@ static int minimumDataSize(const QModbusPdu &pdu, Type type)
*/
/*!
- \fn void QModbusPdu::decodeData(Args data) const
+ \fn void QModbusPdu::decodeData(Args && ... data) const
Converts the payload into host endianness and reads it into \a data. Data can be a variable
length argument list.
@@ -329,7 +329,7 @@ static int minimumDataSize(const QModbusPdu &pdu, Type type)
*/
/*!
- \fn void QModbusPdu::encodeData(Args data)
+ \fn void QModbusPdu::encodeData(Args ... data)
Sets the payload to \a data. The data is converted and stored in big-endian byte order.