Mercurial > hg > svapp
comparison framework/Document.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 | 6429a164b7e1 |
children |
comparison
equal
deleted
inserted
replaced
760:3a63f1f61bd6 | 763:da57ab54f0e8 |
---|---|
329 QString message); | 329 QString message); |
330 void modelRegenerationWarning(QString layerName, QString transformName, | 330 void modelRegenerationWarning(QString layerName, QString transformName, |
331 QString message); | 331 QString message); |
332 | 332 |
333 void alignmentComplete(ModelId); // an AlignmentModel | 333 void alignmentComplete(ModelId); // an AlignmentModel |
334 void alignmentFailed(QString message); | 334 void alignmentFailed(ModelId, QString message); // an AlignmentModel |
335 | 335 |
336 void activity(QString); | 336 void activity(QString); |
337 | 337 |
338 protected slots: | 338 protected slots: |
339 void performDeferredAlignment(ModelId); | 339 void performDeferredAlignment(ModelId); |