We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent e9be32a commit a3cfe6fCopy full SHA for a3cfe6f
src/core/qgsdiagramrendererv2.h
@@ -16,7 +16,7 @@ class QgsFeature;
16
class QgsRenderContext;
17
class QDomElement;
18
19
-struct QgsDiagramLayerSettings
+struct CORE_EXPORT QgsDiagramLayerSettings
20
{
21
//avoid inclusion of QgsPalLabeling
22
enum Placement
@@ -64,7 +64,7 @@ struct QgsDiagramLayerSettings
64
};
65
66
//diagram settings for rendering
67
-struct QgsDiagramSettings
+struct CORE_EXPORT QgsDiagramSettings
68
69
enum SizeType
70
0 commit comments