From 7346857f4f675f57572d54f15cfad9111af2abde Mon Sep 17 00:00:00 2001 From: Denis Shienkov Date: Sun, 10 Jul 2016 13:12:37 +0300 Subject: Remove mention of Windows CE support As Windows CE support has been stopped since Qt 5.7. Change-Id: I850c5e1e41508502a9e82491f89488facca40f51 Reviewed-by: Anton Kudryavtsev Reviewed-by: Sergey Belyashov Reviewed-by: Denis Shienkov --- src/serialport/qserialport.cpp | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/serialport/qserialport.cpp b/src/serialport/qserialport.cpp index d4e9a4f..f7656c5 100644 --- a/src/serialport/qserialport.cpp +++ b/src/serialport/qserialport.cpp @@ -514,10 +514,6 @@ void QSerialPort::setPort(const QSerialPortInfo &serialPortInfo) \li Windows \li Removes the prefix "\\\\.\\" or "//./" from the system location and returns the remainder of the string. - \row - \li Windows CE - \li Removes the suffix ":" from the system location - and returns the remainder of the string. \row \li Unix, BSD \li Removes the prefix "/dev/" from the system location @@ -650,9 +646,9 @@ bool QSerialPort::settingsRestoredOnClose() const after that the opening of the port succeeds. \warning Setting the AllDirections flag is supported on all platforms. - Windows and Windows CE support only this mode. + Windows supports only this mode. - \warning Returns equal baud rate in any direction on Windows, Windows CE. + \warning Returns equal baud rate in any direction on Windows. The default value is Baud9600, i.e. 9600 bits per second. */ -- cgit v1.2.1