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

Method collectErrorForUI

src/core/Plugin.cpp:130–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128
129
130void Plugin::collectErrorForUI( QString errMsg )
131{
132 Engine::getSong()->collectError( errMsg );
133}
134
135
136

Callers

nothing calls this directly

Calls 2

getSongFunction · 0.85
collectErrorMethod · 0.80

Tested by

no test coverage detected