| 648 | //----------------------------------------------------------------------------- |
| 649 | |
| 650 | void SFXDescription::inspectPostApply() |
| 651 | { |
| 652 | Parent::inspectPostApply(); |
| 653 | |
| 654 | validate(); |
| 655 | |
| 656 | if( SFX ) |
| 657 | SFX->notifyDescriptionChanged( this ); |
| 658 | } |
| 659 | // This allows legacy AudioDescription datablocks to be recognized as an alias |
| 660 | // for SFXDescription. It is intended to ease the transition from older scripts |
| 661 | // especially those that still need to support pre-1.7 applications. |
nothing calls this directly
no test coverage detected