1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-02-22 14:11:41 +01:00

Remove (or comment) ProgressDialog.h in headers...

... For ImportPlugin, use unique_ptr not Maybe to hold it, and take constructors
out-of-line.
This commit is contained in:
Paul Licameli
2019-03-31 16:12:07 -04:00
parent 14f9340182
commit 0b733eed3f
33 changed files with 52 additions and 15 deletions

View File

@@ -42,6 +42,7 @@
#include "UserException.h"
#include "prefs/SpectrogramSettings.h"
#include "widgets/ProgressDialog.h"
#ifdef _OPENMP
#include <omp.h>