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

Generalize means for decoupled code to add data to core structures...

... Generalizing what was first done at 280e8d9 for certain menu command
handlers.

Allow core data structures to host data attached by other code, on which it
need have no compilation or link dependencies.
This commit is contained in:
Paul Licameli
2019-04-27 13:35:49 -04:00
parent caec2064e5
commit af039f19ff
12 changed files with 690 additions and 142 deletions

View File

@@ -125,6 +125,8 @@ audacity_SOURCES = \
Benchmark.h \
CellularPanel.cpp \
CellularPanel.h \
ClientData.h \
ClientDataHelpers.h \
Clipboard.cpp \
Clipboard.h \
CrashReport.cpp \