1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-21 14:02:57 +02:00

Separate source files for ScrubbingToolBar

This commit is contained in:
Paul Licameli
2016-06-25 14:16:09 -04:00
committed by Paul Licameli
parent cf79f91da0
commit 6a4d6ceeda
11 changed files with 351 additions and 309 deletions

View File

@@ -513,6 +513,8 @@ audacity_SOURCES = \
toolbars/MeterToolBar.h \
toolbars/MixerToolBar.cpp \
toolbars/MixerToolBar.h \
toolbars/ScrubbingToolBar.cpp \
toolbars/ScrubbingToolBar.h \
toolbars/SelectionBar.cpp \
toolbars/SelectionBar.h \
toolbars/SpectralSelectionBar.cpp \