From 5641fd99e3c61291cf5562b5083e93678c5d6ab4 Mon Sep 17 00:00:00 2001 From: Nico Vertriest Date: Mon, 23 Nov 2015 13:38:07 +0100 Subject: Doc: corrected issue QSerialPort baud rate Task-number: QTBUG-44994 Change-Id: Id14aaa87bc648e9b775594749eaa2d6a1defdf73 Reviewed-by: Denis Shienkov --- src/serialport/qserialport.cpp | 4 ++-- 1 file 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. -- cgit v1.2.1