comparison layer/LogColourScale.cpp @ 1148:c0d841cb8ab9 tony-2.0-integration

Merge latest SV 3.0 branch code
author Chris Cannam
date Fri, 19 Aug 2016 15:58:57 +0100
parents 5144d7185fb5
children a34a2a25907c
comparison
equal deleted inserted replaced
1009:96cf499fad62 1148:c0d841cb8ab9
20 20
21 #include <QPainter> 21 #include <QPainter>
22 22
23 #include <cmath> 23 #include <cmath>
24 24
25 #include "view/View.h" 25 #include "LayerGeometryProvider.h"
26 26
27 int 27 int
28 LogColourScale::getWidth(LayerGeometryProvider *, 28 LogColourScale::getWidth(LayerGeometryProvider *,
29 QPainter &paint) 29 QPainter &paint)
30 { 30 {