MCPcopy Create free account
hub / github.com/Vector35/debugger / notifyFontChanged

Method notifyFontChanged

ui/debuggerwidget.cpp:66–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64
65
66void DebuggerWidget::notifyFontChanged()
67{
68 m_registersWidget->updateFonts();
69 m_breakpointsWidget->updateFonts();
70}
71
72
73void DebuggerWidget::updateContent()

Callers

nothing calls this directly

Calls 1

updateFontsMethod · 0.45

Tested by

no test coverage detected