| 1441 | } |
| 1442 | |
| 1443 | void MainWindow::watchAddSlot() { |
| 1444 | watchAdd(watchNextLabel(), 0, 0, DBG_MASK_READ | DBG_MASK_WRITE, false, true); |
| 1445 | } |
| 1446 | |
| 1447 | void MainWindow::watchUpdate() { |
| 1448 |
nothing calls this directly
no outgoing calls
no test coverage detected