summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDenis Shienkov <denis.shienkov@gmail.com>2013-03-12 19:30:38 +0400
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-03-14 18:57:04 +0100
commite08753474802607611532590b58816f0eee30b5f (patch)
tree5ae9c7694c929320601b7dc854742feb127b6851 /src
parent0161d009b78da106d31e69355707f7553b82b9b4 (diff)
Remove description for QSerialPort::close() method
Description of the method close() does not reflect the reality in terms of flush data before closing, at current moment data is not flushes and device closes immediately. Thus, it is wiser to remove the description to the functionality that does not exist at the moment. Moreover, that the question of whether to do or not do flush, is to be considered later. Change-Id: Ifb286c0c4a608b8dfea8b0380ce92bf3df9f3de3 Reviewed-by: Laszlo Papp <lpapp@kde.org>
Diffstat (limited to 'src')
-rw-r--r--src/serialport/qserialport.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/serialport/qserialport.cpp b/src/serialport/qserialport.cpp
index 09cbbfa5..86fbce14 100644
--- a/src/serialport/qserialport.cpp
+++ b/src/serialport/qserialport.cpp
@@ -536,9 +536,6 @@ bool QSerialPort::open(OpenMode mode)
/*!
\reimp
- Calls QSerialPort::flush() and closes the serial port.
- Errors from flush are ignored.
-
\sa QIODevice::close()
*/
void QSerialPort::close()