| 346 | } |
| 347 | |
| 348 | void EmuThread::setAllowAnyRev(bool allow) { |
| 349 | m_allowAnyRev.store(allow); |
| 350 | } |
| 351 | |
| 352 | void EmuThread::setForcePython(Qt::CheckState state) { |
| 353 | m_forcePython.store(state); |
nothing calls this directly
no outgoing calls
no test coverage detected