| 271 | } |
| 272 | |
| 273 | void EmuThread::send(const QStringList &list, int location) { |
| 274 | m_vars = list; |
| 275 | m_sendLoc = location; |
| 276 | req(RequestSend); |
| 277 | } |
| 278 | |
| 279 | void EmuThread::sendFiles() { |
| 280 | QList<QByteArray> utf8Vars; |
nothing calls this directly
no outgoing calls
no test coverage detected