comparison data/model/AggregateWaveModel.cpp @ 947:cd42620e3f40

Fix some errant signals (the modelChanged with args are now modelChangedWithin)
author Chris Cannam
date Thu, 17 Jul 2014 14:50:31 +0100
parents 59e7fe1b1003
children d9e0e59a1581
comparison
equal deleted inserted replaced
946:2d34148d5d6e 947:cd42620e3f40
229 { 229 {
230 emit modelChanged(); 230 emit modelChanged();
231 } 231 }
232 232
233 void 233 void
234 AggregateWaveModel::componentModelChanged(int start, int end) 234 AggregateWaveModel::componentModelChangedWithin(int start, int end)
235 { 235 {
236 emit modelChanged(start, end); 236 emit modelChangedWithin(start, end);
237 } 237 }
238 238
239 void 239 void
240 AggregateWaveModel::componentModelCompletionChanged() 240 AggregateWaveModel::componentModelCompletionChanged()
241 { 241 {