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