Re: [Development] Qt 5.5.0 header diff: QtSerialPort.diff

2015-06-06 Thread Thiago Macieira
On Friday 05 June 2015 10:10:47 Frederik Gladhorn wrote: > +#if QT_DEPRECATED_SINCE(5, 2) > +QT_DEPRECATED void dataErrorPolicyChanged(QSerialPort::DataErrorPolicy > policy); > +#endif > void dataTerminalReadyChanged(bool set); > void requestToSendChanged(bool set); > void error

[Development] Qt 5.5.0 header diff: QtSerialPort.diff

2015-06-05 Thread Frederik Gladhorn
diff --git a/src/serialport/qserialport.h b/src/serialport/qserialport.h index fa681ad..cbf489d 100644 --- a/src/serialport/qserialport.h +++ b/src/serialport/qserialport.h @@ -63,6 +63,7 @@ class Q_SERIALPORT_EXPORT QSerialPort : public QIODevice #if QT_DEPRECATED_SINCE(5, 3) Q_PROPERTY(bool