diff align/ExternalProgramAligner.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 31289e8592c7
children 5de2b710cfae
line wrap: on
line diff
--- a/align/ExternalProgramAligner.h	Mon Apr 27 14:59:56 2020 +0100
+++ b/align/ExternalProgramAligner.h	Wed May 06 11:45:27 2020 +0100
@@ -36,7 +36,7 @@
     // Destroy the aligner, cleanly cancelling any ongoing alignment
     ~ExternalProgramAligner();
 
-    bool begin(QString &error) override;
+    void begin() override;
 
     static bool isAvailable(QString program);