| 406 | } |
| 407 | |
| 408 | void PersistentConnection::socketDisconnected() |
| 409 | { |
| 410 | statusReceiver("not connected"); |
| 411 | } |
| 412 | |
| 413 | void PersistentConnection::on_asciiSendButton_clicked() |
| 414 | { |
nothing calls this directly
no outgoing calls
no test coverage detected