| 1158 | } |
| 1159 | |
| 1160 | void MainWindow::portAddSlot() { |
| 1161 | portAdd(0, DBG_MASK_NONE, true); |
| 1162 | } |
| 1163 | |
| 1164 | bool MainWindow::portAdd(uint16_t port, int mask, bool unset) { |
| 1165 | const int row = m_ports->rowCount(); |
nothing calls this directly
no outgoing calls
no test coverage detected