1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-02-08 04:32:00 +01:00

Move MeterPanelBase to new files...

... which frees AudioIOBase, QualityPrefs, and ProjectAudioIO from cycles
This commit is contained in:
Paul Licameli
2019-06-04 00:35:19 -04:00
parent 17c04d1749
commit 758e9813f1
13 changed files with 94 additions and 27 deletions

View File

@@ -72,7 +72,7 @@
#include "../ProjectWindow.h"
#include "../ViewInfo.h"
#include "../widgets/AButton.h"
#include "../widgets/Meter.h"
#include "../widgets/MeterPanelBase.h"
#include "../widgets/LinkingHtmlWindow.h"
#include "../widgets/ErrorDialog.h"
#include "../FileNames.h"