Mercurial > hg > svapp
diff framework/MainWindowBase.h @ 763:da57ab54f0e8
Merge from branch pitch-align. Doesn't actually do pitch alignment here, but this is the groundwork.
author | Chris Cannam |
---|---|
date | Wed, 13 May 2020 14:10:47 +0100 |
parents | 5b6655449ba6 6429a164b7e1 |
children |
line wrap: on
line diff
--- a/framework/MainWindowBase.h Thu Apr 30 14:48:14 2020 +0100 +++ b/framework/MainWindowBase.h Wed May 13 14:10:47 2020 +0100 @@ -361,7 +361,7 @@ virtual void modelRegenerationWarning(QString, QString, QString) = 0; virtual void alignmentComplete(ModelId); - virtual void alignmentFailed(QString) = 0; + virtual void alignmentFailed(ModelId, QString) = 0; virtual void paneRightButtonMenuRequested(Pane *, QPoint point) = 0; virtual void panePropertiesRightButtonMenuRequested(Pane *, QPoint point) = 0;