MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / send

Method send

gui/qt/emuthread.cpp:273–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

271}
272
273void EmuThread::send(const QStringList &list, int location) {
274 m_vars = list;
275 m_sendLoc = location;
276 req(RequestSend);
277}
278
279void EmuThread::sendFiles() {
280 QList<QByteArray> utf8Vars;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected