summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaszlo Papp <lpapp@kde.org>2014-03-01 16:04:49 +0000
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-01 19:28:17 +0100
commit5a2314414fc89c6ef44521f6d13899045b6da7af (patch)
treeb0adcd714e12a1ed16725dc239266aba0dcb7e81
parent9cf5858a2b0b151bd328064c3c3163d786cc3509 (diff)
downloadqtserialport-5a2314414fc89c6ef44521f6d13899045b6da7af.tar.gz
Do not use the deprecated method in the "See also" section
Change-Id: I2a73e9dc19e93c678d803d4aaf2e03c19e7613fb Reviewed-by: Sergey Belyashov <Sergey.Belyashov@gmail.com>
-rw-r--r--src/serialport/qserialportinfo.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/serialport/qserialportinfo.cpp b/src/serialport/qserialportinfo.cpp
index 5172e60..401973f 100644
--- a/src/serialport/qserialportinfo.cpp
+++ b/src/serialport/qserialportinfo.cpp
@@ -244,7 +244,7 @@ bool QSerialPortInfo::hasProductIdentifier() const
Returns whether this QSerialPortInfo object holds a
serial port definition.
- \sa isBusy(), isValid()
+ \sa isBusy()
*/
/*!
@@ -253,7 +253,7 @@ bool QSerialPortInfo::hasProductIdentifier() const
Returns true if serial port is busy;
otherwise returns false.
- \sa isNull(), isValid()
+ \sa isNull()
*/
/*!