Skip to content

Commit

Permalink
Prepare for Qt5.15. Add QPainterPath include
Browse files Browse the repository at this point in the history
  • Loading branch information
lbartoletti authored and nyalldawson committed May 31, 2020
1 parent 8a9975b commit 31f586e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/core/dxf/qgsdxfpaintengine.h
Expand Up @@ -22,6 +22,7 @@

#include "qgis_core.h"
#include <QPaintEngine>
#include <QPainterPath>
#include "qgsabstractgeometry.h"

class QgsPoint;
Expand Down
2 changes: 1 addition & 1 deletion src/core/geometry/qgscurve.h
Expand Up @@ -22,9 +22,9 @@
#include "qgis_sip.h"
#include "qgsabstractgeometry.h"
#include "qgsrectangle.h"
#include <QPainterPath>

class QgsLineString;
class QPainterPath;

/**
* \ingroup core
Expand Down
1 change: 1 addition & 0 deletions src/core/symbology/qgssymbollayer.h
Expand Up @@ -26,6 +26,7 @@
#include <QSet>
#include <QDomDocument>
#include <QDomElement>
#include <QPainterPath>

#include "qgssymbol.h"
#include "qgsfields.h"
Expand Down
1 change: 1 addition & 0 deletions src/gui/qgsmapoverviewcanvas.cpp
Expand Up @@ -24,6 +24,7 @@
#include "qgsmaptopixel.h"

#include <QPainter>
#include <QPainterPath>
#include <QPaintEvent>
#include <QResizeEvent>
#include <QMouseEvent>
Expand Down

0 comments on commit 31f586e

Please sign in to comment.