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

Define an AudacityException subclass for user cancellation of progress

This commit is contained in:
Paul Licameli
2016-12-02 12:32:29 -05:00
parent 195509a033
commit acf3c018bb
6 changed files with 76 additions and 0 deletions

View File

@@ -245,6 +245,8 @@ audacity_SOURCES = \
TranslatableStringArray.h \
UndoManager.cpp \
UndoManager.h \
UserException.cpp \
UserException.h \
ViewInfo.cpp \
ViewInfo.h \
VoiceKey.cpp \