MCPcopy 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
325void Controller::removeConnection( ControllerConnection * )
326{
327 m_connectionCount--;
328 Q_ASSERT( m_connectionCount >= 0 );
329}
330
331
332

Callers 2

~ControllerConnectionMethod · 0.45
setControllerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected