Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CE-Programming/CEmu
/ ~RomSelection
Method
~RomSelection
gui/qt/romselection.cpp:72–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
}
71
72
RomSelection::~RomSelection() {
73
delete m_array;
74
delete ui;
75
}
76
77
void RomSelection::browseForROM() {
78
QFileDialog dialog(this);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected