summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Shienkov <denis.shienkov@gmail.com>2013-04-10 21:30:38 +0400
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-04-10 20:05:43 +0200
commitf2afe6ed6c9e261476a99bbfff997dd2f16fefc4 (patch)
tree62cb04b21abd9e069b5e09c29ffe851a650fb952
parent982039cef4f006b9b3d056f0d3d9d206b2784407 (diff)
downloadqtserialport-f2afe6ed6c9e261476a99bbfff997dd2f16fefc4.tar.gz
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 <lpapp@kde.org> Reviewed-by: Sergey Belyashov <Sergey.Belyashov@gmail.com>
-rw-r--r--src/serialport/qserialport.cpp3
1 files changed, 1 insertions, 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()
*/