| 73 | } |
| 74 | |
| 75 | bool FileTransferChannel::IsConnected() { |
| 76 | return client_ && client_->is_started(); |
| 77 | } |
| 78 | |
| 79 | void FileTransferChannel::SendFiles(const std::vector<QString>& files_path) { |
| 80 | sender_thread_->Post([=, this]() { |
nothing calls this directly
no outgoing calls
no test coverage detected