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