Пример #1
0
void AutomatableModel::unlinkAllModels()
{
	for( AutomatableModel* model : m_linkedModels )
	{
		unlinkModels( this, model );
	}
}
Пример #2
0
	foreach( AutomatableModel* model, m_linkedModels )
	{
		unlinkModels( this, model );
	}