MCPcopy Create free account
hub / github.com/LMMS/lmms / setText

Method setText

src/gui/widgets/ProjectNotes.cpp:103–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101
102
103void ProjectNotes::setText( const QString & _text )
104{
105 m_edit->setHtml( _text );
106}
107
108
109

Callers 2

setupActionsMethod · 0.45
formatChangedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected