MCPcopy Create free account
hub / github.com/aldelaro5/dolphin-memory-engine / onCopyMemory

Method onCopyMemory

Source/GUI/MainWindow.cpp:504–508  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

502}
503
504void MainWindow::onCopyMemory()
505{
506 m_copier->show();
507 m_copier->raise();
508}
509
510void MainWindow::onScannerActionToggled(const bool checked)
511{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected