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

Method notifyFontChanged

ui/moduleswidget.cpp:692–699  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

690
691
692void GlobalDebugModulesContainer::notifyFontChanged()
693{
694 for (auto it = m_widgetMap.begin(); it != m_widgetMap.end(); it++)
695 {
696 if (it.value())
697 it.value()->updateFonts();
698 }
699}
700
701
702DebugModulesFilterProxyModel::DebugModulesFilterProxyModel(QObject* parent) : QSortFilterProxyModel(parent)

Callers

nothing calls this directly

Calls 2

valueMethod · 0.45
updateFontsMethod · 0.45

Tested by

no test coverage detected