mirror of
https://github.com/Serial-Studio/Serial-Studio.git
synced 2025-01-31 17:42:55 +08:00
Fix initialization order warnings
This commit is contained in:
parent
7efba4bd12
commit
c323133082
@ -188,9 +188,10 @@ private:
|
|||||||
|
|
||||||
bool m_dtrEnabled;
|
bool m_dtrEnabled;
|
||||||
bool m_autoReconnect;
|
bool m_autoReconnect;
|
||||||
int m_lastSerialDeviceIndex;
|
|
||||||
bool m_usingCustomSerialPort;
|
bool m_usingCustomSerialPort;
|
||||||
|
|
||||||
|
int m_lastSerialDeviceIndex;
|
||||||
|
|
||||||
qint32 m_baudRate;
|
qint32 m_baudRate;
|
||||||
QSettings m_settings;
|
QSettings m_settings;
|
||||||
QSerialPort::Parity m_parity;
|
QSerialPort::Parity m_parity;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user