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

Method firstMemWidget

gui/qt/debugger.cpp:2626–2634  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2624}
2625
2626HexWidget *MainWindow::firstMemWidget() {
2627 if (!m_docksMemory.isEmpty()) {
2628 QWidget *dock = findChild<QDockWidget*>(m_docksMemory.first());
2629 if (dock != Q_NULLPTR) {
2630 return dock->findChild<HexWidget*>();
2631 }
2632 }
2633 return Q_NULLPTR;
2634}
2635
2636//------------------------------------------------
2637// Stepping

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected