mirror of
https://github.com/LMMS/lmms.git
synced 2026-03-19 14:38:22 -04:00
AutomatableModel: renamed to controllerConnection() + coding style fixes
Renamed getControllerConnection() to controllerConnection().
This commit is contained in:
@@ -203,7 +203,7 @@ bool Controller::hasModel( const Model * m )
|
||||
return true;
|
||||
}
|
||||
|
||||
ControllerConnection * cc = am->getControllerConnection();
|
||||
ControllerConnection * cc = am->controllerConnection();
|
||||
if( cc != NULL )
|
||||
{
|
||||
if( cc->getController()->hasModel( m ) )
|
||||
|
||||
Reference in New Issue
Block a user