| 603 | } |
| 604 | |
| 605 | void MemScanWidget::onAddAll() |
| 606 | { |
| 607 | emit requestAddAllResultsToWatchList(m_memScanner->getType(), m_memScanner->getLength(), |
| 608 | m_memScanner->getIsUnsigned(), m_memScanner->getBase(), |
| 609 | m_memScanner->getIsBranchAbsolute()); |
| 610 | } |
| 611 | |
| 612 | void MemScanWidget::handleScannerErrors(const Common::MemOperationReturnCode errorCode) |
| 613 | { |
nothing calls this directly
no test coverage detected