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

Method setAllowAnyRev

gui/qt/emuthread.cpp:348–350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

346}
347
348void EmuThread::setAllowAnyRev(bool allow) {
349 m_allowAnyRev.store(allow);
350}
351
352void EmuThread::setForcePython(Qt::CheckState state) {
353 m_forcePython.store(state);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected