Mercurial > hg > svgui
comparison layer/PianoScale.h @ 904:e0f08e108064 cxx11
Move to using double rather than float for floating-point calculations (float only for storage); more build fixes
author | Chris Cannam |
---|---|
date | Mon, 09 Mar 2015 12:02:10 +0000 |
parents | 8072264dc61f |
children | 77a1d42353ce |
comparison
equal
deleted
inserted
replaced
903:1757933ce5a7 | 904:e0f08e108064 |
---|---|
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 |