summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/export_profile_manager.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2018-11-21 23:14:52 +0100
committerRobin Gareus <robin@gareus.org>2018-11-21 23:14:52 +0100
commit9326ced760315986fbce617bece607d75985e027 (patch)
tree44334b59d8da0c9f90ef5507dd44c8b0bd38c848 /libs/ardour/ardour/export_profile_manager.h
parent3d366053e2719ca0f129c16575ce481fcd214f61 (diff)
Allow to revert export-format from disk
This allows to restore ProfileManager's ExportFormatSpec without re-instantiating the ProfileManager.
Diffstat (limited to 'libs/ardour/ardour/export_profile_manager.h')
-rw-r--r--libs/ardour/ardour/export_profile_manager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/ardour/export_profile_manager.h b/libs/ardour/ardour/export_profile_manager.h
index 4f477f65b9..a2685fa199 100644
--- a/libs/ardour/ardour/export_profile_manager.h
+++ b/libs/ardour/ardour/export_profile_manager.h
@@ -205,6 +205,7 @@ class LIBARDOUR_API ExportProfileManager
std::string save_format_to_disk (ExportFormatSpecPtr format);
void remove_format_profile (ExportFormatSpecPtr format);
+ void revert_format_profile (ExportFormatSpecPtr format);
ExportFormatSpecPtr get_new_format (ExportFormatSpecPtr original);
PBD::Signal0<void> FormatListChanged;