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

Method makeStructEditor

Source/GUI/MainWindow.cpp:764–768  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

762}
763
764void MainWindow::makeStructEditor()
765{
766 m_structEditor = new StructEditorWidget(nullptr);
767 m_structEditor->setWindowIcon(windowIcon());
768}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected