| 6 | Macro* macro = nullptr; |
| 7 | using QiWorkerWithArgs::QiWorkerWithArgs; |
| 8 | bool invalid() |
| 9 | { |
| 10 | return !Qi::run || m_stop || (macro->timer && !QiTime::in(macro->timerStart, macro->timerEnd)); |
| 11 | } |
| 12 | void run(bool isRunning, Macro* macro, std::condition_variable& ready) override |
| 13 | { |
| 14 | QiInterpreter interpreter(*macro, isRunning, *this); |
| 15 | this->running = isRunning; |
nothing calls this directly
no outgoing calls
no test coverage detected