on the quest to find the segfault
This commit is contained in:
parent
a9d6770709
commit
7279ef2a65
@ -170,7 +170,7 @@ void SerialPortCommander::onStopBitsChanged(QSerialPort::StopBits stopBits)
|
|||||||
|
|
||||||
void SerialPortCommander::onFlowControlChanged(QSerialPort::FlowControl flowControl)
|
void SerialPortCommander::onFlowControlChanged(QSerialPort::FlowControl flowControl)
|
||||||
{
|
{
|
||||||
//foreach(Device *device, m_inputDevices) { //TODO enum to string
|
//foreach(Device *device, m_inputDevices) { //TODO enum to stringau
|
||||||
//device->setParamValue(serialPortInputFlowControlParamTypeId, QVariant::fromValue(QSerialPort::FlowControl).value<QString>());
|
//device->setParamValue(serialPortInputFlowControlParamTypeId, QVariant::fromValue(QSerialPort::FlowControl).value<QString>());
|
||||||
//}
|
//}
|
||||||
if(m_outputDevice != nullptr)
|
if(m_outputDevice != nullptr)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user