diff data/model/AggregateWaveModel.cpp @ 949:5f7b509a441a tonioni

Merge from default branch
author Chris Cannam
date Fri, 18 Jul 2014 11:07:30 +0100
parents cd42620e3f40
children d9e0e59a1581
line wrap: on
line diff
--- a/data/model/AggregateWaveModel.cpp	Wed Jul 02 17:31:21 2014 +0100
+++ b/data/model/AggregateWaveModel.cpp	Fri Jul 18 11:07:30 2014 +0100
@@ -231,9 +231,9 @@
 }
 
 void
-AggregateWaveModel::componentModelChanged(int start, int end)
+AggregateWaveModel::componentModelChangedWithin(int start, int end)
 {
-    emit modelChanged(start, end);
+    emit modelChangedWithin(start, end);
 }
 
 void