| 17 | { |
| 18 | |
| 19 | ReceiverWorker::ReceiverWorker(QTcpSocket &socket, const Settings &s) |
| 20 | : m_socket(socket), m_settings(s) |
| 21 | { |
| 22 | } |
| 23 | |
| 24 | static int32_t ArrayToInt(const QByteArray &ba) |
| 25 | { |
nothing calls this directly
no outgoing calls
no test coverage detected