MCPcopy Create free account
hub / github.com/LMMS/lmms / ~ControllerConnection

Method ~ControllerConnection

src/core/ControllerConnection.cpp:70–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68
69
70ControllerConnection::~ControllerConnection()
71{
72 if( m_controller && m_controller->type() != Controller::DummyController )
73 {
74 m_controller->removeConnection( this );
75 }
76 s_connections.remove( s_connections.indexOf( this ) );
77 if( m_ownsController )
78 {
79 delete m_controller;
80 }
81}
82
83
84

Callers

nothing calls this directly

Calls 3

typeMethod · 0.45
removeConnectionMethod · 0.45
removeMethod · 0.45

Tested by

no test coverage detected