1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-02-07 12:12:23 +01:00

Remove uses of GetActiveProject in import

This commit is contained in:
Paul Licameli
2019-05-22 01:48:34 -04:00
parent a1eeb528b7
commit 7592227f14
12 changed files with 53 additions and 29 deletions

View File

@@ -1620,7 +1620,7 @@ bool ProjectFileManager::Import(
auto newTags = oldTags->Duplicate();
Tags::Set( project, newTags );
bool success = Importer::Get().Import(fileName,
bool success = Importer::Get().Import(project, fileName,
&TrackFactory::Get( project ),
newTracks,
newTags.get(),