summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@qt.io>2019-08-06 10:27:10 +0200
committerAlex Blasche <alexander.blasche@qt.io>2019-08-06 13:28:48 +0200
commitbc4196f908a96522ecaab078141364b3e10d1788 (patch)
tree9e9b65f46b858a4cdff73a87526f9ff798e12ad7
parentb97dd9ea7a8e9aeeb63dcf173afa722f37d9a573 (diff)
downloadqtserialport-bc4196f908a96522ecaab078141364b3e10d1788.tar.gz
Mark QSerialPortInfo::isBusy as obsolete/deprecated in the docs
Change-Id: I007eb08f66a17d6e8ba200dc2e4e0529ba696ffa Reviewed-by: Sona Kurazyan <sona.kurazyan@qt.io> Reviewed-by: Denis Shienkov <denis.shienkov@gmail.com>
-rw-r--r--src/serialport/qserialportinfo.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/serialport/qserialportinfo.cpp b/src/serialport/qserialportinfo.cpp
index f49051d..3bfa56c 100644
--- a/src/serialport/qserialportinfo.cpp
+++ b/src/serialport/qserialportinfo.cpp
@@ -262,6 +262,7 @@ bool QSerialPortInfo::hasProductIdentifier() const
#if QT_DEPRECATED_SINCE(5, 6)
/*!
\fn bool QSerialPortInfo::isBusy() const
+ \obsolete
Returns \c true if serial port is busy;
otherwise returns \c false.