summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@theqtcompany.com>2015-11-23 13:38:07 +0100
committerNico Vertriest <nico.vertriest@theqtcompany.com>2015-12-03 15:17:11 +0000
commit5641fd99e3c61291cf5562b5083e93678c5d6ab4 (patch)
tree667b89d5e7f7ddfd590aa754aee4d9c86bf2b0fc
parent13fa77f5cbbc7d5d717c3663512b904bba8c106c (diff)
downloadqtserialport-5641fd99e3c61291cf5562b5083e93678c5d6ab4.tar.gz
Doc: corrected issue QSerialPort baud rate
Task-number: QTBUG-44994 Change-Id: Id14aaa87bc648e9b775594749eaa2d6a1defdf73 Reviewed-by: Denis Shienkov <denis.shienkov@gmail.com>
-rw-r--r--src/serialport/qserialport.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/serialport/qserialport.cpp b/src/serialport/qserialport.cpp
index 6832883..38bd150 100644
--- a/src/serialport/qserialport.cpp
+++ b/src/serialport/qserialport.cpp
@@ -655,8 +655,8 @@ bool QSerialPort::settingsRestoredOnClose() const
setting is done automatically in the \l{QSerialPort::open()} method right
after that the opening of the port succeeds.
- \warning Setting the AllDirections flag is only supported on
- the Windows, Windows CE platforms.
+ \warning Setting the AllDirections flag is supported on all platforms.
+ Windows and Windows CE support only this mode.
\warning Returns equal baud rate in any direction on Windows, Windows CE.