Mercurial > hg > svgui
diff layer/TimeValueLayer.cpp @ 916:94e4952a6774 osx-retina
Start trying to introduce LayerGeometryProvider as proxyable interface for View methods that the Layer wants to use
author | Chris Cannam |
---|---|
date | Tue, 17 Mar 2015 15:05:25 +0000 |
parents | 251dd0abc7b7 |
children | 4fe7a09be0fe |
line wrap: on
line diff
--- a/layer/TimeValueLayer.cpp Wed Mar 11 15:35:20 2015 +0000 +++ b/layer/TimeValueLayer.cpp Tue Mar 17 15:05:25 2015 +0000 @@ -896,7 +896,7 @@ } void -TimeValueLayer::paint(View *v, QPainter &paint, QRect rect) const +TimeValueLayer::paint(LayerGeometryProvider *v, QPainter &paint, QRect rect) const { if (!m_model || !m_model->isOK()) return;