| 1374 | } |
| 1375 | |
| 1376 | void MainWindow::watchAddGuiR() { |
| 1377 | m_watchGUIMask = DBG_MASK_READ; |
| 1378 | watchAddGui(); |
| 1379 | } |
| 1380 | |
| 1381 | void MainWindow::watchAddGuiW() { |
| 1382 | m_watchGUIMask = DBG_MASK_WRITE; |
nothing calls this directly
no outgoing calls
no test coverage detected