From 7279ef2a65baafb63131fa82d65f17cc126f0e29 Mon Sep 17 00:00:00 2001 From: Bernhard Trinnes Date: Tue, 19 Jun 2018 10:31:04 +0200 Subject: [PATCH] on the quest to find the segfault --- serialportcommander/serialportcommander.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serialportcommander/serialportcommander.cpp b/serialportcommander/serialportcommander.cpp index 2455043f..cc4c6d14 100644 --- a/serialportcommander/serialportcommander.cpp +++ b/serialportcommander/serialportcommander.cpp @@ -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()); //} if(m_outputDevice != nullptr)