Mercurial > hg > svapp
comparison framework/Align.h @ 677:4d26b66931f8
Abandon aggregate models on deletion (e.g. when document is replaced during processing)
author | Chris Cannam |
---|---|
date | Tue, 11 Jun 2019 13:39:50 +0100 |
parents | b6cafe05017d |
children | 0736beb8b852 |
comparison
equal
deleted
inserted
replaced
676:0d4236961c97 | 677:4d26b66931f8 |
---|---|
94 | 94 |
95 private slots: | 95 private slots: |
96 void alignmentCompletionChanged(); | 96 void alignmentCompletionChanged(); |
97 void tuningDifferenceCompletionChanged(); | 97 void tuningDifferenceCompletionChanged(); |
98 void alignmentProgramFinished(int, QProcess::ExitStatus); | 98 void alignmentProgramFinished(int, QProcess::ExitStatus); |
99 void aggregateModelAboutToBeDeleted(); | |
99 | 100 |
100 private: | 101 private: |
101 static QString getAlignmentTransformName(); | 102 static QString getAlignmentTransformName(); |
102 static QString getTuningDifferenceTransformName(); | 103 static QString getTuningDifferenceTransformName(); |
103 | 104 |