1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-21 06:01:13 +02: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

@@ -729,6 +729,8 @@ audacity_SOURCES = \
widgets/LinkingHtmlWindow.h \
widgets/Meter.cpp \
widgets/Meter.h \
widgets/MeterPanelBase.cpp \
widgets/MeterPanelBase.h \
widgets/MultiDialog.cpp \
widgets/MultiDialog.h \
widgets/NumericTextCtrl.cpp \