| 245 | } |
| 246 | |
| 247 | au::trackedit::ITrackeditProjectPtr TimelineContext::trackEditProject() const |
| 248 | { |
| 249 | project::IAudacityProjectPtr prj = globalContext()->currentProject(); |
| 250 | return prj ? prj->trackeditProject() : nullptr; |
| 251 | } |
| 252 | |
| 253 | IProjectViewStatePtr TimelineContext::viewState() const |
| 254 | { |
nothing calls this directly
no test coverage detected