From 9326ced760315986fbce617bece607d75985e027 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 21 Nov 2018 23:14:52 +0100 Subject: Allow to revert export-format from disk This allows to restore ProfileManager's ExportFormatSpec without re-instantiating the ProfileManager. --- libs/ardour/ardour/export_profile_manager.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libs/ardour/ardour/export_profile_manager.h') 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 FormatListChanged; -- cgit v1.2.3