comparison data/model/AlignmentModel.cpp @ 1046:2f49be7d4264 cxx11

More type fixes
author Chris Cannam
date Tue, 10 Mar 2015 13:22:10 +0000
parents a1cd5abcb38b
children 0fd3661bcfff
comparison
equal deleted inserted replaced
1045:1a73618b0b67 1046:2f49be7d4264
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();