| 56 | } |
| 57 | |
| 58 | RamWatchEditWindow *RamWatchView::ensureEditWindow() |
| 59 | { |
| 60 | if (!editWindow) { |
| 61 | editWindow = new RamWatchEditWindow(this); |
| 62 | } |
| 63 | |
| 64 | return editWindow; |
| 65 | } |
| 66 | |
| 67 | void RamWatchView::addWatch(std::unique_ptr<RamWatchDetailed> watch) |
| 68 | { |