On 2014-04-22, Thiago Macieira wrote:
> --- a/src/serialport/qserialport.h
> +++ b/src/serialport/qserialport.h
> @@ -64,11 +64,11 @@ class Q_SERIALPORT_EXPORT QSerialPort : public QIODevice
> Q_PROPERTY(FlowControl flowControl READ flowControl WRITE setFlowControl
> NOTIFY flowControlChange
http://macieira.org/~thiago/qt-5.3/QtSerialPort.diff
diff --git a/src/serialport/qserialport.h b/src/serialport/qserialport.h
index 6e16463..6ca5af4 100644
--- a/src/serialport/qserialport.h
+++ b/src/serialport/qserialport.h
@@ -64,11 +64,11 @@ class Q_SERIALPORT_EXPORT QSerialPort : public QIODev