| 203 | } |
| 204 | |
| 205 | void MainWindow::memSync(HexWidget *edit) { |
| 206 | if (edit == Q_NULLPTR) { |
| 207 | return; |
| 208 | } |
| 209 | |
| 210 | debugPopulate(); |
| 211 | disasmUpdateAddr(m_disasmAddr, m_disasmPane); |
| 212 | edit->setFocus(); |
| 213 | } |
| 214 | |
| 215 | void MainWindow::flashSyncPressed() { |
| 216 | if (ui->flashEdit->modifiedCount()) { |
nothing calls this directly
no outgoing calls
no test coverage detected