Commit ca43d8d 1 parent d198188 commit ca43d8d Copy full SHA for ca43d8d
File tree 4 files changed +8
-2
lines changed
4 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 20
20
#include < QList>
21
21
#include < QPointF>
22
22
#include < QSizeF>
23
+ #include < QDomDocument>
24
+
23
25
#include " qgsfeature.h"
24
- #include " qgspallabeling.h"
25
26
26
27
class QgsDiagram ;
27
28
class QgsDiagramRendererV2 ;
28
29
class QgsFeature ;
29
30
class QgsRenderContext ;
30
31
class QDomElement ;
32
+ class QgsPalGeometry ;
33
+ class QgsCoordinateTransform ;
34
+ class QgsMapToPixel ;
31
35
namespace pal { class Layer ; }
32
36
33
37
class CORE_EXPORT QgsDiagramLayerSettings
Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ class QgsMapRenderer;
29
29
class QgsRectangle ;
30
30
class QgsCoordinateTransform ;
31
31
class QgsLabelSearchTree ;
32
- class QgsDiagramLayerSettings ;
33
32
34
33
#include < QString>
35
34
#include < QFont>
@@ -53,6 +52,7 @@ class QgsFeature;
53
52
#include " qgsrectangle.h"
54
53
#include " qgsmaprenderer.h" // definition of QgsLabelingEngineInterface
55
54
#include " qgsexpression.h"
55
+ #include " qgsdiagramrendererv2.h"
56
56
57
57
class QgsPalGeometry ;
58
58
class QgsVectorLayer ;
Original file line number Diff line number Diff line change 73
73
#include " qgsdiagramrendererv2.h"
74
74
#include " qgsstylev2.h"
75
75
#include " qgssymbologyv2conversion.h"
76
+ #include " qgspallabeling.h"
76
77
77
78
#ifdef TESTPROVIDERLIB
78
79
#include < dlfcn.h>
Original file line number Diff line number Diff line change 41
41
#include < qgsrendererv2.h>
42
42
// qgis test includes
43
43
#include " qgsrenderchecker.h"
44
+ #include " qgspallabeling.h"
44
45
45
46
/* * \ingroup UnitTests
46
47
* This is a unit test for the vector layer class.
You can’t perform that action at this time.
0 commit comments