We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf23608 commit 244e7d1Copy full SHA for 244e7d1
src/core/diagram/qgshistogramdiagram.cpp
@@ -32,6 +32,7 @@ QgsHistogramDiagram::~QgsHistogramDiagram()
32
QSizeF QgsHistogramDiagram::diagramSize( const QgsAttributeMap& attributes, const QgsRenderContext& c, const QgsDiagramSettings& s, const QgsDiagramInterpolationSettings& is )
33
{
34
Q_UNUSED( c );
35
+ QSize size;
36
QgsAttributeMap::const_iterator attIt = attributes.constBegin();
37
if ( attIt == attributes.constEnd() )
38
0 commit comments