Mercurial > hg > svgui
comparison layer/PianoScale.h @ 946:36cddc3de023 alignment_view
Merge from default branch
author | Chris Cannam |
---|---|
date | Mon, 20 Apr 2015 09:19:52 +0100 |
parents | e0f08e108064 |
children | 77a1d42353ce |
comparison
equal
deleted
inserted
replaced
897:499b637f2a26 | 946:36cddc3de023 |
---|---|
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 |