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

Method ~MainWindow

Source/GUI/MainWindow.cpp:83–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83MainWindow::~MainWindow()
84{
85 delete m_copier;
86 delete m_viewer;
87 delete m_watcher;
88 delete m_structEditor;
89 DolphinComm::DolphinAccessor::free();
90}
91
92void MainWindow::makeMenus()
93{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected