summaryrefslogtreecommitdiffstats
path: root/src/serialport/qserialportinfo_win.cpp
diff options
context:
space:
mode:
authorLaszlo Papp <lpapp@kde.org>2013-11-23 23:45:36 +0000
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-11-24 20:07:40 +0100
commit671c23c662e7f7eeaac796517448d12fb019d853 (patch)
treed3b08ed92ed1b82a6bd06c391b316c3b79b0665b /src/serialport/qserialportinfo_win.cpp
parentb261bfe1b56ae1ec21d4eb284facb63463c7e948 (diff)
Remove the unnecessary and noisy comments for the serial port info files
Comments are noisy, useless, and can get outdated. The only comments that might make sense to me the ones where we note future tasks, such as TODO (or FIXME). The code should document itself. The serial port files need a separate evaluation since a lot of stuff is inherited from QtCore in there where the comments should probably be kept for consistency. Change-Id: I6c759c7138f64546c2c4e27a039667c556a30db9 Reviewed-by: Denis Shienkov <denis.shienkov@gmail.com>
Diffstat (limited to 'src/serialport/qserialportinfo_win.cpp')
-rw-r--r--src/serialport/qserialportinfo_win.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/serialport/qserialportinfo_win.cpp b/src/serialport/qserialportinfo_win.cpp
index 7eec46a2..a584d78c 100644
--- a/src/serialport/qserialportinfo_win.cpp
+++ b/src/serialport/qserialportinfo_win.cpp
@@ -227,8 +227,6 @@ QList<QSerialPortInfo> QSerialPortInfo::availablePorts()
#endif
-// common part
-
QList<qint32> QSerialPortInfo::standardBaudRates()
{
return QSerialPortPrivate::standardBaudRates();