Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LMMS/lmms
/ processFinished
Method
processFinished
src/core/RemotePlugin.cpp:466–472 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
464
465
466
void RemotePlugin::processFinished( int exitCode,
467
QProcess::ExitStatus exitStatus )
468
{
469
#ifndef SYNC_WITH_SHM_FIFO
470
invalidate();
471
#endif
472
}
473
474
475
Callers
nothing calls this directly
Calls
1
invalidate
Function · 0.85
Tested by
no test coverage detected