summaryrefslogtreecommitdiff
path: root/src/serialport/qserialport_p.h
diff options
context:
space:
mode:
authorLaszlo Papp <lpapp@kde.org>2014-03-01 15:58:26 +0000
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-01 19:28:03 +0100
commit9cf5858a2b0b151bd328064c3c3163d786cc3509 (patch)
tree5a49cf0b7d9a02e6e1644ed0ac6d82dd00e5941a /src/serialport/qserialport_p.h
parentc2b04164758d98be42b534cd14faadc07bdb3104 (diff)
downloadqtserialport-9cf5858a2b0b151bd328064c3c3163d786cc3509.tar.gz
Rename the flow to flowControl for consistency
Change-Id: Ida3c4ff049f21bd96fd64b41c66787b3961ada5e Reviewed-by: Sergey Belyashov <Sergey.Belyashov@gmail.com>
Diffstat (limited to 'src/serialport/qserialport_p.h')
-rw-r--r--src/serialport/qserialport_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/serialport/qserialport_p.h b/src/serialport/qserialport_p.h
index 2166b47..e969f2f 100644
--- a/src/serialport/qserialport_p.h
+++ b/src/serialport/qserialport_p.h
@@ -70,7 +70,7 @@ public:
QSerialPort::DataBits dataBits;
QSerialPort::Parity parity;
QSerialPort::StopBits stopBits;
- QSerialPort::FlowControl flow;
+ QSerialPort::FlowControl flowControl;
QSerialPort::DataErrorPolicy policy;
bool dataTerminalReady;
bool requestToSend;