Mercurial > hg > svgui
diff layer/LayerGeometryProvider.h @ 1082:5b4fe7bb9430 spectrogram-minor-refactor
VerticalBinLayer for vertical mapping abstraction. Not totally sure about this
author | Chris Cannam |
---|---|
date | Fri, 01 Jul 2016 09:55:48 +0100 |
parents | ee01a4062747 |
children | 179ea8a2f650 |
line wrap: on
line diff
--- a/layer/LayerGeometryProvider.h Thu Jun 30 18:21:11 2016 +0100 +++ b/layer/LayerGeometryProvider.h Fri Jul 01 09:55:48 2016 +0100 @@ -120,7 +120,7 @@ * Not thread-safe in logarithmic mode. Call only from GUI thread. */ virtual double getFrequencyForY(int y, double minFreq, double maxFreq, - bool logarithmic) const = 0; + bool logarithmic) const = 0; virtual int getTextLabelHeight(const Layer *layer, QPainter &) const = 0;