comparison data/model/Model.h @ 1767:aa0b56d72f27

Ensure the right model ID gets sent with the signal for alignment changes
author Chris Cannam
date Thu, 18 Jul 2019 13:17:49 +0100
parents ee7fd2c01d87
children 13bd41bd8a17
comparison
equal deleted inserted replaced
1766:85b9b466a59f 1767:aa0b56d72f27
290 */ 290 */
291 void ready(ModelId myId); 291 void ready(ModelId myId);
292 292
293 /** 293 /**
294 * Emitted when the completion percentage changes for the 294 * Emitted when the completion percentage changes for the
295 * calculation of this model's alignment model. 295 * calculation of this model's alignment model. (The ModelId
296 * provided is that of this model, not the alignment model.)
296 */ 297 */
297 void alignmentCompletionChanged(ModelId myId); 298 void alignmentCompletionChanged(ModelId myId);
298 299
300 private slots:
301 void alignmentModelCompletionChanged(ModelId);
302
299 protected: 303 protected:
300 Model() : 304 Model() :
301 m_extendTo(0) { } 305 m_extendTo(0) { }
302 306
303 // Not provided. 307 // Not provided.