Mercurial > hg > svgui
diff layer/PianoScale.h @ 1216:dc2af6616c83
Merge from branch 3.0-integration
author | Chris Cannam |
---|---|
date | Fri, 13 Jan 2017 10:29:50 +0000 |
parents | 4fe7a09be0fe |
children | 4d0ca1ab4cd0 |
line wrap: on
line diff
--- a/layer/PianoScale.h Fri Mar 04 12:23:31 2016 +0000 +++ b/layer/PianoScale.h Fri Jan 13 10:29:50 2017 +0000 @@ -19,13 +19,13 @@ #include <QRect> class QPainter; -class View; +class LayerGeometryProvider; class PianoScale { public: void paintPianoVertical - (View *v, QPainter &paint, QRect rect, double minf, double maxf); + (LayerGeometryProvider *v, QPainter &paint, QRect rect, double minf, double maxf); }; #endif