| 429 | } |
| 430 | |
| 431 | void Tools::stopAll() |
| 432 | { |
| 433 | std::cout << __FUNCTION__ << std::endl; |
| 434 | for (auto ins : d->toolsIns) { |
| 435 | ins->kill(); |
| 436 | ins->waitForFinished(); |
| 437 | } |
| 438 | d->toolsCountCache.clear(); |
| 439 | } |
| 440 | |
| 441 | void Tools::setAttachPID(int pid) |
| 442 | { |