| 833 | |
| 834 | |
| 835 | void GlobalThreadFramesContainer::notifyFontChanged() |
| 836 | { |
| 837 | for (auto it = m_consoleMap.begin(); it != m_consoleMap.end(); it++) |
| 838 | { |
| 839 | if (it.value()) |
| 840 | it.value()->updateFonts(); |
| 841 | } |
| 842 | } |
nothing calls this directly
no test coverage detected