Mercurial > hg > svgui
diff layer/PianoScale.h @ 1045:f535f6e5dbb0 alignment-simple
Merge in from SV 3.0-integration branches
author | Chris Cannam |
---|---|
date | Wed, 02 Mar 2016 17:25:27 +0000 |
parents | 4fe7a09be0fe |
children | 4d0ca1ab4cd0 |
line wrap: on
line diff
--- a/layer/PianoScale.h Mon Jun 15 09:15:55 2015 +0100 +++ b/layer/PianoScale.h Wed Mar 02 17:25:27 2016 +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