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

Method onOpenStructEditor

Source/GUI/MainWindow.cpp:634–638  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

632}
633
634void MainWindow::onOpenStructEditor()
635{
636 m_structEditor->show();
637 m_structEditor->raise();
638}
639
640void MainWindow::closeEvent(QCloseEvent* event)
641{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected