diff options
author | Laszlo Papp <lpapp@kde.org> | 2013-11-30 19:21:37 +0000 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-12-03 08:24:35 +0100 |
commit | fdd3876111605e84a1f7c31206e20cd99e13f1fb (patch) | |
tree | 00e16c9176609c02a620cbfa583598a508d4dad8 /dist/changes-5.2.0 | |
parent | 5fabe1c180994dda64bae2a86a8a38bab6bef86b (diff) | |
download | qtserialport-fdd3876111605e84a1f7c31206e20cd99e13f1fb.tar.gz |
Deprecate further Unknown* property values similarly to UnknownParity
Task-number: QTBUG-35215
Change-Id: Id8175af00c431cc8f80f05d518b3a2ee0e8ac71b
Reviewed-by: Sergey Belyashov <Sergey.Belyashov@gmail.com>
Reviewed-by: Denis Shienkov <denis.shienkov@gmail.com>
Diffstat (limited to 'dist/changes-5.2.0')
-rw-r--r-- | dist/changes-5.2.0 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/dist/changes-5.2.0 b/dist/changes-5.2.0 index a51701e..dae347e 100644 --- a/dist/changes-5.2.0 +++ b/dist/changes-5.2.0 @@ -64,9 +64,6 @@ now. - [QTBUG-33774] Document that the serial port parameters cannot be set before opening. -- Add an "UnknownSignal" value for the pinout signals. This is now the returned -value when the pinout state of the signals cannot be detected properly. - - No more unnecessary syscalls (parameter settings, pinout signal query, etc) in the backend when the port is closed. This also means no improper errors are set accordingly. @@ -128,6 +125,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 +- [QTBUG-35215] Mark the QSerialPort::Unknown* enumeration values in QSerialPort deprecated because it has no use case, and was added mistakenly. There is no -such a "standard" serial port parity behavior. +such "standard" serial port behavior general for these as "unknown". It is an +implementation detail for error reporting, and hence not recommended anymore. |