MCPcopy Create free account
hub / github.com/KDE/labplot / textFontChanged

Method textFontChanged

src/frontend/dockwidgets/NoteDock.cpp:72–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72void NoteDock::textFontChanged(const QFont& font) {
73 CONDITIONAL_LOCK_RETURN;
74
75 for (auto* note : m_notesList)
76 note->setTextFont(font);
77}
78
79//*************************************************************
80//************ SLOTs for changes triggered in Note ************

Callers

nothing calls this directly

Calls 1

setTextFontMethod · 0.80

Tested by

no test coverage detected