Mercurial > hg > svgui
comparison layer/PianoScale.cpp @ 978:64c2b3a4435a 3.0-integration
Merge from branch osx-retina
author | Chris Cannam |
---|---|
date | Fri, 26 Jun 2015 14:10:40 +0100 |
parents | 4fe7a09be0fe |
children | 5144d7185fb5 |
comparison
equal
deleted
inserted
replaced
977:f40ccbf228c2 | 978:64c2b3a4435a |
---|---|
19 | 19 |
20 #include <cmath> | 20 #include <cmath> |
21 | 21 |
22 #include "base/Pitch.h" | 22 #include "base/Pitch.h" |
23 | 23 |
24 #include "view/View.h" | 24 #include "view/LayerGeometryProvider.h" |
25 | 25 |
26 void | 26 void |
27 PianoScale::paintPianoVertical(View *v, | 27 PianoScale::paintPianoVertical(LayerGeometryProvider *v, |
28 QPainter &paint, | 28 QPainter &paint, |
29 QRect r, | 29 QRect r, |
30 double minf, | 30 double minf, |
31 double maxf) | 31 double maxf) |
32 { | 32 { |