MCPcopy Create free account
hub / github.com/clementgallet/libTAS / slotAdd

Method slotAdd

src/program/ui/RamWatchView.cpp:107–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107void 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
117void RamWatchView::slotGet(std::string &watch)
118{

Callers

nothing calls this directly

Calls 1

addWatchMethod · 0.45

Tested by

no test coverage detected