| 445 | |
| 446 | namespace { |
| 447 | bool IsWindowValid(const ProjectWindow *window) { return window && !window->IsBeingDeleted(); } |
| 448 | |
| 449 | //! This allows either the ProjectWindow or the AudacityProject to be |
| 450 | //! destroyed first. This object is given to an attached object of the project. |
no outgoing calls
no test coverage detected