MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / ~MainWindow

Method ~MainWindow

gui/qt/mainwindow.cpp:1219–1222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1217}
1218
1219MainWindow::~MainWindow() {
1220 delete m_config;
1221 delete ui;
1222}
1223
1224bool MainWindow::isInitialized() {
1225 return m_initPassed;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected