MCPcopy Create free account
hub / github.com/cvut/qtrvsim / focus_address_with_save

Method focus_address_with_save

src/gui/windows/program/programtableview.cpp:169–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169void ProgramTableView::focus_address_with_save(machine::Address address) {
170 need_addr0_save = true;
171 focus_address(address);
172}
173
174void ProgramTableView::keyPressEvent(QKeyEvent *event) {
175 if (event->matches(QKeySequence::Copy)) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected