summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorLaszlo Papp <lpapp@kde.org>2013-11-28 03:48:05 +0000
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-11-30 11:06:32 +0100
commitf77043dbef5a2f2b3c81b07b95e1f63ea9921fd4 (patch)
tree49e0b58b998ab4276fadc6e77cf47d079b525aa6 /dist
parente0be9ed761e730bec7b26bcaba014f028f6340d0 (diff)
downloadqtserialport-f77043dbef5a2f2b3c81b07b95e1f63ea9921fd4.tar.gz
Obsolete the isValid() method in QSerialPortInfo
Task-number: QTBUG-35184 Change-Id: Ie822943bcaf071024bc4f9782441b0534fcbd43d Reviewed-by: Sergey Belyashov <Sergey.Belyashov@gmail.com> Reviewed-by: Denis Shienkov <denis.shienkov@gmail.com>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-5.2.03
1 files changed, 3 insertions, 0 deletions
diff --git a/dist/changes-5.2.0 b/dist/changes-5.2.0
index 7f3e4c2..51e3d44 100644
--- a/dist/changes-5.2.0
+++ b/dist/changes-5.2.0
@@ -124,3 +124,6 @@ into /data/local/tmp.
- [QTBUG-35064] PCI support has been added to the sysfs backend on Linux to
support the enumeration of such devices.
+
+- [QTBUG-35184] Mark the isValid() method in QSerialPortInfo deprecated because
+it has no common use case.