Mercurial > hg > svapp
diff framework/MainWindowBase.h @ 761:6429a164b7e1 pitch-align
Schedule alignments with a small delay to avoid too much UI unresponsiveness. Also overhaul error reporting to use signals throughout.
author | Chris Cannam |
---|---|
date | Wed, 06 May 2020 11:45:27 +0100 |
parents | baa7d3a85317 |
children | da57ab54f0e8 |
line wrap: on
line diff
--- a/framework/MainWindowBase.h Mon Apr 27 14:59:56 2020 +0100 +++ b/framework/MainWindowBase.h Wed May 06 11:45:27 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;