From f2afe6ed6c9e261476a99bbfff997dd2f16fefc4 Mon Sep 17 00:00:00 2001 From: Denis Shienkov Date: Wed, 10 Apr 2013 21:30:38 +0400 Subject: Mentioning of Unbuffered mode in the open() method is removed At present the Unbuffered mode isn't supported, therefore the mentioning is deleted. Change-Id: I399dd7ac79f6571a5d0738957120a046b2422fef Reviewed-by: Laszlo Papp Reviewed-by: Sergey Belyashov --- src/serialport/qserialport.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/serialport/qserialport.cpp b/src/serialport/qserialport.cpp index 507fdc4..9548e1a 100644 --- a/src/serialport/qserialport.cpp +++ b/src/serialport/qserialport.cpp @@ -500,8 +500,7 @@ QString QSerialPort::portName() const obtained by calling the error() method. \warning The \a mode has to be QIODevice::ReadOnly, QIODevice::WriteOnly, - or QIODevice::ReadWrite. This may also have additional flags, such as - QIODevice::Unbuffered. Other modes are unsupported. + or QIODevice::ReadWrite. Other modes are unsupported. \sa QIODevice::OpenMode, setPort() */ -- cgit v1.2.1