Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1219
MainWindow::~MainWindow() {
1220
delete m_config;
1221
delete ui;
1222
}
1223
1224
bool MainWindow::isInitialized() {
1225
return m_initPassed;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected