Mercurial > hg > svgui
diff layer/Colour3DPlotRenderer.h @ 1080:2e5945b87aca spectrogram-minor-refactor
Minor adjustments
author | Chris Cannam |
---|---|
date | Thu, 30 Jun 2016 16:28:32 +0100 |
parents | 7ebfb61b1701 |
children | 5b4fe7bb9430 |
line wrap: on
line diff
--- a/layer/Colour3DPlotRenderer.h Thu Jun 30 15:46:14 2016 +0100 +++ b/layer/Colour3DPlotRenderer.h Thu Jun 30 16:28:32 2016 +0100 @@ -152,7 +152,8 @@ ScrollableImageCache m_cache; RenderResult render(QPainter &paint, QRect rect, bool timeConstrained); - QRect renderToCache(int x0, int repaintWidth, bool timeConstrained); + void renderToCache(int x0, int repaintWidth, + bool rightToLeft, bool timeConstrained); void clearDrawBuffer(int w, int h); };