Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
130
void Plugin::collectErrorForUI( QString errMsg )
131
{
132
Engine::getSong()->collectError( errMsg );
133
}
134
135
136
Callers
nothing calls this directly
Calls
2
getSong
Function · 0.85
collectError
Method · 0.80
Tested by
no test coverage detected