| 111 | } |
| 112 | |
| 113 | QSerialPort::StopBits CParameterSerialPort::GetStopBits() const |
| 114 | { |
| 115 | return m_StopBits; |
| 116 | } |
| 117 | |
| 118 | void CParameterSerialPort::SetStopBits(const QSerialPort::StopBits &newStopBits) |
| 119 | { |
no outgoing calls
no test coverage detected