Skip to content

Commit

Permalink
Add missing #include "qgis_core.h"
Browse files Browse the repository at this point in the history
  • 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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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