| 212 | |
| 213 | |
| 214 | void AutomatableModelViewSlots::removeConnection() |
| 215 | { |
| 216 | AutomatableModel* m = m_amv->modelUntyped(); |
| 217 | |
| 218 | if( m->controllerConnection() ) |
| 219 | { |
| 220 | delete m->controllerConnection(); |
| 221 | m->setControllerConnection( NULL ); |
| 222 | } |
| 223 | } |
| 224 | |
| 225 | |
| 226 |
nothing calls this directly
no test coverage detected