Mercurial > hg > svgui
comparison layer/PianoScale.h @ 917:77a1d42353ce osx-retina
Another small replacement
author | Chris Cannam |
---|---|
date | Tue, 17 Mar 2015 16:33:51 +0000 |
parents | e0f08e108064 |
children | 4fe7a09be0fe |
comparison
equal
deleted
inserted
replaced
916:94e4952a6774 | 917:77a1d42353ce |
---|---|
23 | 23 |
24 class PianoScale | 24 class PianoScale |
25 { | 25 { |
26 public: | 26 public: |
27 void paintPianoVertical | 27 void paintPianoVertical |
28 (View *v, QPainter &paint, QRect rect, double minf, double maxf); | 28 (LayerGeometryProvider *v, QPainter &paint, QRect rect, double minf, double maxf); |
29 }; | 29 }; |
30 | 30 |
31 #endif | 31 #endif |
32 | 32 |
33 | 33 |