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

Method setForcePython

gui/qt/emuthread.cpp:352–354  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

350}
351
352void EmuThread::setForcePython(Qt::CheckState state) {
353 m_forcePython.store(state);
354}
355
356void EmuThread::debugOpen(int reason, uint32_t data) {
357 std::unique_lock<std::mutex> lock(m_mutexDebug);

Callers 1

setPythonEditionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected