Mercurial > hg > svgui
diff layer/Colour3DPlotLayer.h @ 823:2d4af227fd32
Fix some errant signals (the modelChanged with args are now modelChangedWithin)
author | Chris Cannam |
---|---|
date | Thu, 17 Jul 2014 14:50:31 +0100 |
parents | 6c52314b31b0 |
children | 1757933ce5a7 |
line wrap: on
line diff
--- a/layer/Colour3DPlotLayer.h Wed Jul 02 22:04:10 2014 +0100 +++ b/layer/Colour3DPlotLayer.h Thu Jul 17 14:50:31 2014 +0100 @@ -168,7 +168,7 @@ void cacheInvalid(); void cacheInvalid(int startFrame, int endFrame); void modelChanged(); - void modelChanged(int, int); + void modelChangedWithin(int, int); protected: const DenseThreeDimensionalModel *m_model; // I do not own this