comparison data/model/AlignmentModel.cpp @ 1050:5ad98be7f635 cxx11

Merge
author Chris Cannam
date Tue, 10 Mar 2015 20:03:08 +0000
parents 2f49be7d4264
children 0fd3661bcfff
comparison
equal deleted inserted replaced
1049:10055a284716 1050:5ad98be7f635
362 m_rawPath = rawpath; 362 m_rawPath = rawpath;
363 363
364 connect(m_rawPath, SIGNAL(modelChanged()), 364 connect(m_rawPath, SIGNAL(modelChanged()),
365 this, SLOT(pathChanged())); 365 this, SLOT(pathChanged()));
366 366
367 connect(m_rawPath, SIGNAL(modelChangedWithin(int, int)), 367 connect(m_rawPath, SIGNAL(modelChangedWithin(sv_frame_t, sv_frame_t)),
368 this, SLOT(pathChangedWithin(int, int))); 368 this, SLOT(pathChangedWithin(sv_frame_t, sv_frame_t)));
369 369
370 connect(m_rawPath, SIGNAL(completionChanged()), 370 connect(m_rawPath, SIGNAL(completionChanged()),
371 this, SLOT(pathCompletionChanged())); 371 this, SLOT(pathCompletionChanged()));
372 372
373 constructPath(); 373 constructPath();