| 105 | } |
| 106 | |
| 107 | void RamWatchView::slotAdd() |
| 108 | { |
| 109 | RamWatchEditWindow *window = ensureEditWindow(); |
| 110 | window->exec(); |
| 111 | |
| 112 | if (window->ramwatch) { |
| 113 | ramWatchModel->addWatch(std::move(window->ramwatch)); |
| 114 | } |
| 115 | } |
| 116 | |
| 117 | void RamWatchView::slotGet(std::string &watch) |
| 118 | { |