summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorLaszlo Papp <lpapp@kde.org>2013-11-29 06:17:49 +0000
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-11-30 11:06:40 +0100
commit5fabe1c180994dda64bae2a86a8a38bab6bef86b (patch)
treeab40d25932dc6ba6124869baeb42ae8fb7a4d591 /dist
parentf77043dbef5a2f2b3c81b07b95e1f63ea9921fd4 (diff)
downloadqtserialport-5fabe1c180994dda64bae2a86a8a38bab6bef86b.tar.gz
Obsolete the QSerialPort::UnknownParity enum value in QSerialPort
Task-number: QTBUG-35215 Change-Id: I53af65ba485216a6fde238245580fe0422a2ed9a 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.04
1 files changed, 4 insertions, 0 deletions
diff --git a/dist/changes-5.2.0 b/dist/changes-5.2.0
index 51e3d44..a51701e 100644
--- a/dist/changes-5.2.0
+++ b/dist/changes-5.2.0
@@ -127,3 +127,7 @@ support the enumeration of such devices.
- [QTBUG-35184] Mark the isValid() method in QSerialPortInfo deprecated because
it has no common use case.
+
+- [QTBUG-35215] Mark the QSerialPort::UnknownParity method in QSerialPort
+deprecated because it has no use case, and was added mistakenly. There is no
+such a "standard" serial port parity behavior.