on the quest to find the segfault

This commit is contained in:
Bernhard Trinnes 2018-06-19 10:31:04 +02:00 committed by Michael Zanetti
parent a9d6770709
commit 7279ef2a65

View File

@ -170,7 +170,7 @@ void SerialPortCommander::onStopBitsChanged(QSerialPort::StopBits stopBits)
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>());
//}
if(m_outputDevice != nullptr)