summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarsten Heimrich <karsten.heimrich@theqtcompany.com>2016-03-08 13:58:29 +0100
committerAlex Blasche <alexander.blasche@theqtcompany.com>2016-03-09 07:23:45 +0000
commit03260ac49272b93c5a8fdc54f0fa06f6917c9c39 (patch)
treeee25ada16b946bfc6c97e304b4bc784688c05efc /src
parentf60eb3f04b44c4e933b9628f8f058d4f642d9853 (diff)
Extend documentation to be more clear of the function behavior.
Change-Id: Id6544dfefa84afd708d90472a74266b3d620193e Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Diffstat (limited to 'src')
-rw-r--r--src/serialbus/qmodbusdevice.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/serialbus/qmodbusdevice.cpp b/src/serialbus/qmodbusdevice.cpp
index 7679be1..0eecac7 100644
--- a/src/serialbus/qmodbusdevice.cpp
+++ b/src/serialbus/qmodbusdevice.cpp
@@ -146,7 +146,8 @@ QVariant QModbusDevice::connectionParameter(int parameter) const
/*!
Sets the value of \a parameter to \a value. If the \a parameter already
- exists, the previous value is overwritten.
+ exists, the previous value is overwritten. A active or running connection
+ is not affected by such parameter changes.
\sa ConnectionParameter
\sa connectionParameter()