Mercurial > hg > svapp
diff align/Align.h @ 785:e136dd3bb5c6
Permit setting the default alignment preference
author | Chris Cannam |
---|---|
date | Wed, 05 Aug 2020 16:05:51 +0100 |
parents | b651dc5ff555 |
children |
line wrap: on
line diff
--- a/align/Align.h Thu Jul 23 17:24:16 2020 +0100 +++ b/align/Align.h Wed Aug 05 16:05:51 2020 +0100 @@ -80,6 +80,12 @@ static void setAlignmentPreference(AlignmentType type); /** + * Set the default alignment preference. That is, if no alignment + * preference has been set by the user yet, set it to this. + */ + static void setDefaultAlignmentPreference(AlignmentType type); + + /** * Get the external program associated with the * ExternalProgramAlignment type, if any is set (an empty string * otherwise). Note that this will return a value if any has ever