Skip to content

Commit

Permalink
Fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Sep 11, 2017
1 parent 311a24a commit 3d3b6d1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
1 change: 1 addition & 0 deletions python/core/symbology/qgsgraduatedsymbolrenderer.sip
Expand Up @@ -8,6 +8,7 @@




class QgsRendererRange
{

Expand Down
1 change: 0 additions & 1 deletion python/core/symbology/qgssinglesymbolrenderer.sip
Expand Up @@ -7,7 +7,6 @@
************************************************************************/



class QgsSingleSymbolRenderer : QgsFeatureRenderer
{

Expand Down
2 changes: 1 addition & 1 deletion src/core/symbology/qgscategorizedsymbolrenderer.h
Expand Up @@ -21,10 +21,10 @@
#include "qgsrenderer.h"
#include "qgsexpression.h"
#include "qgscolorramp.h"
#include "qgsdatadefinedsizelegend.h"

#include <QHash>

class QgsDataDefinedSizeLegend;
class QgsVectorLayer;

/** \ingroup core
Expand Down
3 changes: 2 additions & 1 deletion src/core/symbology/qgsgraduatedsymbolrenderer.h
Expand Up @@ -21,9 +21,10 @@
#include "qgssymbol.h"
#include "qgsrenderer.h"
#include "qgsexpression.h"
#include "qgsdatadefinedsizelegend.h"

#include <QRegExp>

class QgsDataDefinedSizeLegend;

/** \ingroup core
* \class QgsRendererRange
Expand Down
3 changes: 1 addition & 2 deletions src/core/symbology/qgssinglesymbolrenderer.h
Expand Up @@ -20,8 +20,7 @@
#include "qgsrenderer.h"
#include "qgssymbol.h"
#include "qgsexpression.h"

class QgsDataDefinedSizeLegend;
#include "qgsdatadefinedsizelegend.h"

/** \ingroup core
* \class QgsSingleSymbolRenderer
Expand Down

0 comments on commit 3d3b6d1

Please sign in to comment.