Mercurial > hg > svgui
diff layer/Colour3DPlotLayer.h @ 1481:e540aa5d89cd by-id
Update for removal of (public) getId from Model
author | Chris Cannam |
---|---|
date | Fri, 05 Jul 2019 15:34:50 +0100 |
parents | 886c1cd48f9d |
children | e6362cf5ff1d |
line wrap: on
line diff
--- a/layer/Colour3DPlotLayer.h Thu Jul 04 18:04:44 2019 +0100 +++ b/layer/Colour3DPlotLayer.h Fri Jul 05 15:34:50 2019 +0100 @@ -156,8 +156,8 @@ QString extraAttributes = "") const override; protected slots: - void handleModelChanged(); - void handleModelChangedWithin(sv_frame_t, sv_frame_t); + void handleModelChanged(ModelId); + void handleModelChangedWithin(ModelId, sv_frame_t, sv_frame_t); protected: ModelId m_model; // A DenseThreeDimensionalModel