summaryrefslogtreecommitdiff
path: root/src/serialport/qserialport.cpp
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@theqtcompany.com>2016-01-26 14:25:13 +0100
committerLiang Qi <liang.qi@theqtcompany.com>2016-01-26 14:25:13 +0100
commit16a0d2cf8f9bd6762b4382a698c9bf712138ae6b (patch)
tree64d3e15300b4bd88d7d0c4109ca9c7cef3ca3b02 /src/serialport/qserialport.cpp
parentf9169594ce8e80fd12994ea7718a040a24a896d4 (diff)
parent6dda140ada3d7c683537b069bf1512275a190884 (diff)
downloadqtserialport-16a0d2cf8f9bd6762b4382a698c9bf712138ae6b.tar.gz
Merge remote-tracking branch 'origin/5.6' into dev
Change-Id: Idc590cb4d891d7701cc443be80275c4d9ccfa5a6
Diffstat (limited to 'src/serialport/qserialport.cpp')
-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 c64fba6..3469e80 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.