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

Method isReload

gui/qt/mainwindow.cpp:1258–1260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1256}
1257
1258bool MainWindow::isReload() {
1259 return m_needReload;
1260}
1261
1262bool MainWindow::isResetAll() {
1263 if (m_needFullReset) {

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected