Mercurial > hg > svgui
comparison layer/PianoScale.h @ 944:78c152e4db95
Merge from branch tonioni
author | Chris Cannam |
---|---|
date | Mon, 20 Apr 2015 09:12:17 +0100 |
parents | e0f08e108064 |
children | 77a1d42353ce |
comparison
equal
deleted
inserted
replaced
896:78e041e45ff0 | 944:78c152e4db95 |
---|---|
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, float minf, float maxf); | 28 (View *v, QPainter &paint, QRect rect, double minf, double maxf); |
29 }; | 29 }; |
30 | 30 |
31 #endif | 31 #endif |
32 | 32 |
33 | 33 |