diff 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
line wrap: on
line diff
--- a/data/model/AggregateWaveModel.cpp	Fri Jul 04 11:08:05 2014 +0100
+++ b/data/model/AggregateWaveModel.cpp	Thu Jul 17 14:50:31 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