on the quest to find the segfault

This commit is contained in:
Bernhard Trinnes 2018-06-19 10:31:04 +02:00
parent d7d4e5672c
commit b7548e8f7d

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)