| 117 | } |
| 118 | void QiMacroThread::run_start(Macro* macro) |
| 119 | { |
| 120 | start(macro, true); |
| 121 | } |
| 122 | void QiMacroThread::end_start(Macro* macro) |
| 123 | { |
| 124 | if (macro->acEnd.not_empty()) start(macro, false); |
| 125 | else stop(); |
| 126 | } |
| 127 | bool QiMacroThread::run_active() |
| 128 | { |
| 129 | lock(); |
nothing calls this directly
no outgoing calls
no test coverage detected