Skip to content

Commit

Permalink
Update wmain.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
devernay committed Jul 12, 2021
1 parent c37664e commit 5f21870
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tests/wmain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ GTEST_API_ int main(int argc, char **argv)
args << QString::fromUtf8("--clear-cache");
args << QString::fromUtf8("--clear-openfx-cache");
args << QString::fromUtf8("--no-settings");
args << QString::fromUtf8("dummy.ntp");
CLArgs cl(args, true);
if (!manager.load(argc, 0, cl)) {
printf("Failed to load AppManager\n");
Expand Down

0 comments on commit 5f21870

Please sign in to comment.