Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add missing #include "qgis_core.h"
  • Loading branch information
m-kuhn committed Jan 5, 2017
1 parent 3b2f46f commit b1e226c
Show file tree
Hide file tree
Showing 272 changed files with 274 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/core/auth/qgsauthconfig.h
Expand Up @@ -17,6 +17,7 @@
#ifndef QGSAUTHCONFIG_H
#define QGSAUTHCONFIG_H

#include "qgis_core.h"
#include <QHash>
#include <QString>

Expand Down
1 change: 1 addition & 0 deletions src/core/auth/qgsauthmanager.h
Expand Up @@ -17,6 +17,7 @@
#ifndef QGSAUTHMANAGER_H
#define QGSAUTHMANAGER_H

#include "qgis_core.h"
#include <QObject>
#include <QMutex>
#include <QNetworkReply>
Expand Down
1 change: 1 addition & 0 deletions src/core/composer/qgsatlascomposition.h
Expand Up @@ -16,6 +16,7 @@
#ifndef QGSATLASCOMPOSITION_H
#define QGSATLASCOMPOSITION_H

#include "qgis_core.h"
#include "qgsfeature.h"
#include "qgsgeometry.h"
#include "qgsrectangle.h"
Expand Down
1 change: 1 addition & 0 deletions src/core/composer/qgscomposerarrow.h
Expand Up @@ -18,6 +18,7 @@
#ifndef QGSCOMPOSERARROW_H
#define QGSCOMPOSERARROW_H

#include "qgis_core.h"
#include "qgscomposeritem.h"
#include <QBrush>
#include <QPen>
Expand Down
1 change: 1 addition & 0 deletions src/core/composer/qgscomposerattributetablev2.h
Expand Up @@ -18,6 +18,7 @@
#ifndef QGSCOMPOSERATTRIBUTETABLEV2_H
#define QGSCOMPOSERATTRIBUTETABLEV2_H

#include "qgis_core.h"
#include "qgscomposertablev2.h"

class QgsComposerMap;
Expand Down
1 change: 1 addition & 0 deletions src/core/composer/qgscomposerframe.h
Expand Up @@ -16,6 +16,7 @@
#ifndef QGSCOMPOSERFRAME_H
#define QGSCOMPOSERFRAME_H

#include "qgis_core.h"
#include "qgscomposeritem.h"

class QgsComposition;
Expand Down
1 change: 1 addition & 0 deletions src/core/composer/qgscomposerhtml.h
Expand Up @@ -16,6 +16,7 @@
#ifndef QGSCOMPOSERHTML_H
#define QGSCOMPOSERHTML_H

#include "qgis_core.h"
#include "qgscomposermultiframe.h"
#include "qgsfeature.h"
#include <QUrl>
Expand Down
1 change: 1 addition & 0 deletions src/core/composer/qgscomposeritem.h
Expand Up @@ -17,6 +17,7 @@
#ifndef QGSCOMPOSERITEM_H
#define QGSCOMPOSERITEM_H

#include "qgis_core.h"
#include "qgscomposeritemcommand.h"
#include "qgscomposerobject.h"
#include <QGraphicsRectItem>
Expand Down
1 change: 1 addition & 0 deletions src/core/composer/qgscomposeritemgroup.h
Expand Up @@ -17,6 +17,7 @@
#ifndef QGSCOMPOSERITEMGROUP_H
#define QGSCOMPOSERITEMGROUP_H

#include "qgis_core.h"
#include "qgscomposeritem.h"
#include <QSet>

Expand Down
1 change: 1 addition & 0 deletions src/core/composer/qgscomposerlabel.h
Expand Up @@ -17,6 +17,7 @@
#ifndef QGSCOMPOSERLABEL_H
#define QGSCOMPOSERLABEL_H

#include "qgis_core.h"
#include "qgscomposeritem.h"
#include <QFont>

Expand Down
1 change: 1 addition & 0 deletions src/core/composer/qgscomposerlegend.h
Expand Up @@ -18,6 +18,7 @@
#ifndef QGSCOMPOSERLEGEND_H
#define QGSCOMPOSERLEGEND_H

#include "qgis_core.h"
#include "qgscomposeritem.h"
#include "qgslayertreemodel.h"
#include "qgslegendsettings.h"
Expand Down
1 change: 1 addition & 0 deletions src/core/composer/qgscomposermap.h
Expand Up @@ -18,6 +18,7 @@
#define QGSCOMPOSERMAP_H

//#include "ui_qgscomposermapbase.h"
#include "qgis_core.h"
#include "qgscomposeritem.h"
#include "qgsrectangle.h"
#include <QFont>
Expand Down
1 change: 1 addition & 0 deletions src/core/composer/qgscomposermapgrid.h
Expand Up @@ -18,6 +18,7 @@
#ifndef QGSCOMPOSERMAPGRID_H
#define QGSCOMPOSERMAPGRID_H

#include "qgis_core.h"
#include "qgscomposermapitem.h"
#include "qgscoordinatereferencesystem.h"
#include "qgsrectangle.h"
Expand Down
1 change: 1 addition & 0 deletions src/core/composer/qgscomposermapitem.h
Expand Up @@ -17,6 +17,7 @@
#ifndef QGSCOMPOSERMAPITEM_H
#define QGSCOMPOSERMAPITEM_H

#include "qgis_core.h"
#include "qgscomposerobject.h"

class QgsComposerMap;
Expand Down
1 change: 1 addition & 0 deletions src/core/composer/qgscomposermapoverview.h
Expand Up @@ -18,6 +18,7 @@
#ifndef QGSCOMPOSERMAPOVERVIEW_H
#define QGSCOMPOSERMAPOVERVIEW_H

#include "qgis_core.h"
#include "qgscomposermapitem.h"
#include <QString>
#include <QObject>
Expand Down
1 change: 1 addition & 0 deletions src/core/composer/qgscomposermodel.h
Expand Up @@ -18,6 +18,7 @@
#ifndef QGSCOMPOSERMODEL_H
#define QGSCOMPOSERMODEL_H

#include "qgis_core.h"
#include <QAbstractItemModel>
#include <QSortFilterProxyModel>
#include <QStringList>
Expand Down
1 change: 1 addition & 0 deletions src/core/composer/qgscomposermultiframe.h
Expand Up @@ -16,6 +16,7 @@
#ifndef QGSCOMPOSERMULTIFRAME_H
#define QGSCOMPOSERMULTIFRAME_H

#include "qgis_core.h"
#include "qgscomposerobject.h"
#include <QObject>
#include <QSizeF>
Expand Down
1 change: 1 addition & 0 deletions src/core/composer/qgscomposernodesitem.h
Expand Up @@ -17,6 +17,7 @@
#ifndef QGSCOMPOSERNODESITEM_H
#define QGSCOMPOSERNODESITEM_H

#include "qgis_core.h"
#include "qgscomposeritem.h"
#include <QBrush>
#include <QPen>
Expand Down
1 change: 1 addition & 0 deletions src/core/composer/qgscomposerobject.h
Expand Up @@ -17,6 +17,7 @@
#ifndef QGSCOMPOSEROBJECT_H
#define QGSCOMPOSEROBJECT_H

#include "qgis_core.h"
#include "qgsobjectcustomproperties.h"
#include "qgsexpressioncontextgenerator.h"
#include <QObject>
Expand Down
1 change: 1 addition & 0 deletions src/core/composer/qgscomposerpicture.h
Expand Up @@ -17,6 +17,7 @@
#ifndef QGSCOMPOSERPICTURE_H
#define QGSCOMPOSERPICTURE_H

#include "qgis_core.h"
#include "qgscomposeritem.h"
#include <QFile>
#include <QImage>
Expand Down
1 change: 1 addition & 0 deletions src/core/composer/qgscomposerpolygon.h
Expand Up @@ -17,6 +17,7 @@
#ifndef QGSCOMPOSERPOLYGON_H
#define QGSCOMPOSERPOLYGON_H

#include "qgis_core.h"
#include "qgscomposernodesitem.h"
#include "qgssymbol.h"
#include <QBrush>
Expand Down
1 change: 1 addition & 0 deletions src/core/composer/qgscomposerpolyline.h
Expand Up @@ -17,6 +17,7 @@
#ifndef QGSCOMPOSERPOLYLINE_H
#define QGSCOMPOSERPOLYLINE_H

#include "qgis_core.h"
#include "qgscomposernodesitem.h"
#include "qgssymbol.h"
#include <QBrush>
Expand Down
1 change: 1 addition & 0 deletions src/core/composer/qgscomposerscalebar.h
Expand Up @@ -16,6 +16,7 @@
#ifndef QGSCOMPOSERSCALEBAR_H
#define QGSCOMPOSERSCALEBAR_H

#include "qgis_core.h"
#include "qgscomposeritem.h"
#include <QFont>
#include <QPen>
Expand Down
1 change: 1 addition & 0 deletions src/core/composer/qgscomposershape.h
Expand Up @@ -18,6 +18,7 @@
#ifndef QGSCOMPOSERSHAPE_H
#define QGSCOMPOSERSHAPE_H

#include "qgis_core.h"
#include "qgscomposeritem.h"
#include <QBrush>
#include <QPen>
Expand Down
1 change: 1 addition & 0 deletions src/core/composer/qgscomposertablev2.h
Expand Up @@ -18,6 +18,7 @@
#ifndef QGSCOMPOSERTABLEV2_H
#define QGSCOMPOSERTABLEV2_H

#include "qgis_core.h"
#include "qgscomposermultiframe.h"
#include <QFont>
#include <QColor>
Expand Down
1 change: 1 addition & 0 deletions src/core/composer/qgscomposertexttable.h
Expand Up @@ -18,6 +18,7 @@
#ifndef QGSCOMPOSERTEXTTABLE_H
#define QGSCOMPOSERTEXTTABLE_H

#include "qgis_core.h"
#include "qgscomposertablev2.h"

/** \ingroup core
Expand Down
1 change: 1 addition & 0 deletions src/core/composer/qgscomposerutils.h
Expand Up @@ -17,6 +17,7 @@
#ifndef QGSCOMPOSERUTILS_H
#define QGSCOMPOSERUTILS_H

#include "qgis_core.h"
#include "qgscomposition.h" //for page size and orientation enums
#include <QPointF>
#include <QRectF>
Expand Down
1 change: 1 addition & 0 deletions src/core/composer/qgscomposition.h
Expand Up @@ -16,6 +16,7 @@
#ifndef QGSCOMPOSITION_H
#define QGSCOMPOSITION_H

#include "qgis_core.h"
#include <memory>

#include <QDomDocument>
Expand Down
1 change: 1 addition & 0 deletions src/core/composer/qgsdoubleboxscalebarstyle.h
Expand Up @@ -17,6 +17,7 @@
#ifndef QGSDOUBLEBOXSCALEBARSTYLE_H
#define QGSDOUBLEBOXSCALEBARSTYLE_H

#include "qgis_core.h"
#include "qgsscalebarstyle.h"

/** \ingroup core
Expand Down
1 change: 1 addition & 0 deletions src/core/composer/qgsgroupungroupitemscommand.h
Expand Up @@ -18,6 +18,7 @@
#ifndef QGSGROUPUNGROUPITEMSCOMMAND_H
#define QGSGROUPUNGROUPITEMSCOMMAND_H

#include "qgis_core.h"
#include <QUndoCommand>
#include "qgscomposeritem.h"

Expand Down
1 change: 1 addition & 0 deletions src/core/composer/qgsnumericscalebarstyle.h
Expand Up @@ -17,6 +17,7 @@
#ifndef QGSNUMERICSCALEBARSTYLE_H
#define QGSNUMERICSCALEBARSTYLE_H

#include "qgis_core.h"
#include "qgsscalebarstyle.h"

/** \ingroup core
Expand Down
1 change: 1 addition & 0 deletions src/core/composer/qgspaperitem.h
Expand Up @@ -18,6 +18,7 @@
#ifndef QGSPAPERITEM_H
#define QGSPAPERITEM_H

#include "qgis_core.h"
#include "qgscomposeritem.h"
#include <QGraphicsRectItem>

Expand Down
1 change: 1 addition & 0 deletions src/core/composer/qgssingleboxscalebarstyle.h
Expand Up @@ -17,6 +17,7 @@
#ifndef QGSSINGLEBOXSCALEBARSTYLE_H
#define QGSSINGLEBOXSCALEBARSTYLE_H

#include "qgis_core.h"
#include "qgsscalebarstyle.h"

/** \ingroup core
Expand Down
1 change: 1 addition & 0 deletions src/core/composer/qgsticksscalebarstyle.h
Expand Up @@ -17,6 +17,7 @@
#ifndef QGSTICKSSCALEBARSTYLE_H
#define QGSTICKSSCALEBARSTYLE_H

#include "qgis_core.h"
#include "qgsscalebarstyle.h"

/** \ingroup core
Expand Down
1 change: 1 addition & 0 deletions src/core/diagram/qgsdiagram.h
Expand Up @@ -15,6 +15,7 @@
#ifndef QGSDIAGRAM_H
#define QGSDIAGRAM_H

#include "qgis_core.h"
#include <QPen>
#include <QBrush>
#include "qgsexpression.h" //for QMap with QgsExpression
Expand Down
1 change: 1 addition & 0 deletions src/core/diagram/qgshistogramdiagram.h
Expand Up @@ -18,6 +18,7 @@

#define DIAGRAM_NAME_HISTOGRAM "Histogram"

#include "qgis_core.h"
#include "qgsdiagram.h"
#include <QPen>
#include <QBrush>
Expand Down
1 change: 1 addition & 0 deletions src/core/diagram/qgspiediagram.h
Expand Up @@ -17,6 +17,7 @@

#define DIAGRAM_NAME_PIE "Pie"

#include "qgis_core.h"
#include "qgsdiagram.h"
#include <QPen>
#include <QBrush>
Expand Down
1 change: 1 addition & 0 deletions src/core/diagram/qgstextdiagram.h
Expand Up @@ -17,6 +17,7 @@

#define DIAGRAM_NAME_TEXT "Text"

#include "qgis_core.h"
#include "qgsdiagram.h"
#include <QPen>
#include <QBrush>
Expand Down
1 change: 1 addition & 0 deletions src/core/dxf/qgsdxfexport.h
Expand Up @@ -18,6 +18,7 @@
#ifndef QGSDXFEXPORT_H
#define QGSDXFEXPORT_H

#include "qgis_core.h"
#include "qgsgeometry.h"
#include "qgssymbol.h" // for OutputUnit enum
#include "qgsmapsettings.h"
Expand Down
1 change: 1 addition & 0 deletions src/core/dxf/qgsdxfpaintengine.h
Expand Up @@ -18,6 +18,7 @@
#ifndef QGSDXFPAINTENGINE_H
#define QGSDXFPAINTENGINE_H

#include "qgis_core.h"
#include <QPaintEngine>
#include "qgsabstractgeometry.h"
#include "qgspointv2.h"
Expand Down
1 change: 1 addition & 0 deletions src/core/effects/qgsblureffect.h
Expand Up @@ -17,6 +17,7 @@
#ifndef QGSBLUREFFECT_H
#define QGSBLUREFFECT_H

#include "qgis_core.h"
#include "qgspainteffect.h"
#include "qgis.h"
#include <QPainter>
Expand Down
1 change: 1 addition & 0 deletions src/core/effects/qgscoloreffect.h
Expand Up @@ -17,6 +17,7 @@
#ifndef QGSCOLOREFFECT_H
#define QGSCOLOREFFECT_H

#include "qgis_core.h"
#include "qgspainteffect.h"
#include "qgsimageoperation.h"
#include "qgis.h"
Expand Down
1 change: 1 addition & 0 deletions src/core/effects/qgseffectstack.h
Expand Up @@ -17,6 +17,7 @@
#ifndef QGSEFFECTSTACK_H
#define QGSEFFECTSTACK_H

#include "qgis_core.h"
#include "qgspainteffect.h"

/** \ingroup core
Expand Down
1 change: 1 addition & 0 deletions src/core/effects/qgsgloweffect.h
Expand Up @@ -17,6 +17,7 @@
#ifndef QGSGLOWEFFECT_H
#define QGSGLOWEFFECT_H

#include "qgis_core.h"
#include "qgspainteffect.h"
#include "qgssymbol.h"
#include <QPainter>
Expand Down
1 change: 1 addition & 0 deletions src/core/effects/qgspainteffect.h
Expand Up @@ -17,6 +17,7 @@
#ifndef QGSPAINTEFFECT_H
#define QGSPAINTEFFECT_H

#include "qgis_core.h"
#include "qgis.h"
#include <QPainter>
#include <QDomDocument>
Expand Down
1 change: 1 addition & 0 deletions src/core/effects/qgspainteffectregistry.h
Expand Up @@ -16,6 +16,7 @@
#ifndef QGSPAINTEFFECTREGISTRY_H
#define QGSPAINTEFFECTREGISTRY_H

#include "qgis_core.h"
#include "qgis.h"
#include <QDomElement>
#include <QDomDocument>
Expand Down
1 change: 1 addition & 0 deletions src/core/effects/qgsshadoweffect.h
Expand Up @@ -17,6 +17,7 @@
#ifndef QGSSHADOWEFFECT_H
#define QGSSHADOWEFFECT_H

#include "qgis_core.h"
#include "qgspainteffect.h"
#include "qgis.h"
#include "qgssymbol.h"
Expand Down
1 change: 1 addition & 0 deletions src/core/effects/qgstransformeffect.h
Expand Up @@ -17,6 +17,7 @@
#ifndef QGSTRANSFORMEFFECT_H
#define QGSTRANSFORMEFFECT_H

#include "qgis_core.h"
#include "qgspainteffect.h"
#include "qgis.h"
#include "qgsmapunitscale.h"
Expand Down
1 change: 1 addition & 0 deletions src/core/fieldformatter/qgsdatetimefieldformatter.h
Expand Up @@ -16,6 +16,7 @@
#ifndef QGSDATETIMEFIELDKIT_H
#define QGSDATETIMEFIELDKIT_H

#include "qgis_core.h"
#include "qgsfieldformatter.h"

class CORE_EXPORT QgsDateTimeFieldFormatter : public QgsFieldFormatter
Expand Down
1 change: 1 addition & 0 deletions src/core/fieldformatter/qgsfallbackfieldformatter.h
Expand Up @@ -16,6 +16,7 @@
#ifndef QGSFALLBACKFIELDKIT_H
#define QGSFALLBACKFIELDKIT_H

#include "qgis_core.h"
#include "qgsfieldformatter.h"

class CORE_EXPORT QgsFallbackFieldFormatter : public QgsFieldFormatter
Expand Down

0 comments on commit b1e226c

Please sign in to comment.