mirror of
https://github.com/Serial-Studio/Serial-Studio.git
synced 2025-01-23 11:32:53 +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_autoReconnect;
|
||||
int m_lastSerialDeviceIndex;
|
||||
bool m_usingCustomSerialPort;
|
||||
|
||||
int m_lastSerialDeviceIndex;
|
||||
|
||||
qint32 m_baudRate;
|
||||
QSettings m_settings;
|
||||
QSerialPort::Parity m_parity;
|
||||
|
Loading…
x
Reference in New Issue
Block a user