| 185 | else if (Qi::run && !match) |
| 186 | { |
| 187 | Qi::run = false; |
| 188 | if (Qi::set.showTips) QiFn::WindowPop(Qi::fun.wndActive.wndInfo.name, false); |
| 189 | if (Qi::set.audFx) QiFn::SoundPlay(Qi::ui.pop.wd.s, false); |
| 190 | } |
| 191 | Sleep(128); |
| 192 | } |
| 193 | } |
| 194 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected