Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LMMS/lmms
/ removeConnection
Method
removeConnection
src/core/Controller.cpp:325–329 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
323
324
325
void Controller::removeConnection( ControllerConnection * )
326
{
327
m_connectionCount--;
328
Q_ASSERT( m_connectionCount >= 0 );
329
}
330
331
332
Callers
2
~ControllerConnection
Method · 0.45
setController
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected