| 959 | } |
| 960 | |
| 961 | void MemoryView::gotoAddress(u32 address) |
| 962 | { |
| 963 | m_table.UpdateStartAddress(address & ~0xF); |
| 964 | m_table.selectedAddress = address; |
| 965 | update(); |
| 966 | setFocus(); |
| 967 | } |
| 968 | |
| 969 | #include "moc_MemoryView.cpp" |
nothing calls this directly
no test coverage detected