Skip to content
Permalink
Browse files
Always use " for qgs header imports
  • Loading branch information
nyalldawson committed Aug 24, 2017
1 parent 3400325 commit 76a2272
Show file tree
Hide file tree
Showing 108 changed files with 252 additions and 254 deletions.
@@ -20,8 +20,8 @@
#include "TriDecorator.h"
#include "qgis_sip.h"
#include "qgis.h"
#include <TriangleInterpolator.h>
#include <MathUtils.h>
#include "TriangleInterpolator.h"
#include "MathUtils.h"
#include "qgslogger.h"
#include "qgis_analysis.h"

@@ -15,7 +15,7 @@
***************************************************************************/

#include "ParametricLine.h"
#include <qgslogger.h>
#include "qgslogger.h"

void ParametricLine::add( ParametricLine *pl )
{
@@ -17,8 +17,8 @@
#ifndef TINTERPOLATOR_H
#define TINTERPOLATOR_H

#include <qgspoint.h>
#include <Vector3D.h>
#include "qgspoint.h"
#include "Vector3D.h"
#include "qgis_analysis.h"

/** \ingroup analysis
@@ -19,8 +19,8 @@

#include <QList>
#include "qgis.h"
#include <qpainter.h>
#include <TriangleInterpolator.h>
#include <QPainter>
#include "TriangleInterpolator.h"
#include "qgis_analysis.h"

class Line3D;
@@ -18,7 +18,7 @@

#include <QVector>

#include <qgis.h>
#include "qgis.h"
#include "qgis_analysis.h"

class QgsGraph;
@@ -21,8 +21,8 @@
#include "qgsgraphbuilder.h"
#include "qgsgraph.h"

#include <qgsfeature.h>
#include <qgsgeometry.h>
#include "qgsfeature.h"
#include "qgsgeometry.h"

QgsGraphBuilder::QgsGraphBuilder( const QgsCoordinateReferenceSystem &crs, bool otfEnabled, double topologyTolerance, const QString &ellipsoidID )
: QgsGraphBuilderInterface( crs, otfEnabled, topologyTolerance, ellipsoidID )
@@ -19,8 +19,7 @@
#include "qgsgraphbuilderinterface.h"
#include "qgis.h"

#include <qgis.h>
#include <qgsspatialindex.h>
#include "qgsspatialindex.h"
#include "qgis_analysis.h"

class QgsDistanceArea;
@@ -19,9 +19,9 @@
#include <QVector>
#include <QVariant>

#include <qgspoint.h>
#include <qgscoordinatereferencesystem.h>
#include <qgsdistancearea.h>
#include "qgspoint.h"
#include "qgscoordinatereferencesystem.h"
#include "qgsdistancearea.h"
#include "qgis_analysis.h"

#ifdef SIP_RUN
@@ -16,7 +16,7 @@
#ifndef QGSNETWORKDISTANCESTRATEGY_H
#define QGSNETWORKDISTANCESTRATEGY_H

#include <qgsnetworkstrategy.h>
#include "qgsnetworkstrategy.h"
#include "qgis_analysis.h"

/** \ingroup analysis
@@ -16,7 +16,7 @@
#ifndef QGSNETWORKSPEEDSTRATEGY_H
#define QGSNETWORKSPEEDSTRATEGY_H

#include <qgsnetworkstrategy.h>
#include "qgsnetworkstrategy.h"
#include "qgis_analysis.h"

/** \ingroup analysis
@@ -18,8 +18,8 @@

#include <QVariant>

#include <qgsfeature.h>
#include <qgsfeaturerequest.h>
#include "qgsfeature.h"
#include "qgsfeaturerequest.h"
#include "qgis_analysis.h"

#ifdef SIP_RUN
@@ -14,7 +14,7 @@
* *
***************************************************************************/

#include <qgis.h>
#include "qgis.h"
#include "qgscompositionwidget.h"
#include "qgscomposition.h"
#include "qgscomposermap.h"
@@ -20,7 +20,7 @@
#include <QString>
#include <ogr_api.h>

#include <qgsabstractgeometry.h>
#include "qgsabstractgeometry.h"

class QgsCompoundCurve;
class QgsQgsCoordinateReferenceSystem;
@@ -19,9 +19,9 @@

#include "ui_qgsgpsinformationwidgetbase.h"

#include <qgsmapcanvas.h>
#include <qgsgpsmarker.h>
#include <qgsmaptoolcapture.h>
#include "qgsmapcanvas.h"
#include "qgsgpsmarker.h"
#include "qgsmaptoolcapture.h"
#include <qwt_plot_curve.h>
#ifdef WITH_QWTPOLAR
#include <qwt_polar_plot.h>
@@ -16,7 +16,7 @@

#include "qgsapppluginmanagerinterface.h"
#include "qgspluginmanager.h"
#include <qgslogger.h>
#include "qgslogger.h"


QgsAppPluginManagerInterface::QgsAppPluginManagerInterface( QgsPluginManager *pluginManager )
@@ -71,11 +71,11 @@
#include <QWhatsThis>
#include <QWidgetAction>

#include <qgssettings.h>
#include <qgsnetworkaccessmanager.h>
#include <qgsapplication.h>
#include <qgscomposition.h>
#include <qgslayerstylingwidget.h>
#include "qgssettings.h"
#include "qgsnetworkaccessmanager.h"
#include "qgsapplication.h"
#include "qgscomposition.h"
#include "qgslayerstylingwidget.h"
#include "qgstaskmanager.h"
#include "qgsziputils.h"

@@ -19,7 +19,7 @@
#define QGSDECORATIONGRID_H

#include "qgsdecorationitem.h"
#include <qgis.h>
#include "qgis.h"

class QPainter;
class QgsLineSymbol;
@@ -20,7 +20,7 @@

#include <QDialog>
#include "qgsdiagramrenderer.h"
#include <ui_qgsdiagrampropertiesbase.h>
#include "ui_qgsdiagrampropertiesbase.h"
#include <QStyledItemDelegate>
#include "qgis_app.h"

@@ -16,7 +16,7 @@

#include "qgslabelingenginesettings.h"
#include "qgsproject.h"
#include <pal/pal.h>
#include "pal/pal.h"

#include <QPushButton>

@@ -17,8 +17,8 @@

#include <QWidget>

#include <ui_qgslabelingwidget.h>
#include <qgspallabeling.h>
#include "ui_qgslabelingwidget.h"
#include "qgspallabeling.h"
#include "qgsvectorlayerlabeling.h"

#include "qgsmaplayerconfigwidget.h"
@@ -15,7 +15,7 @@
#ifndef QGSMAPCANVASDOCKWIDGET_H
#define QGSMAPCANVASDOCKWIDGET_H

#include <ui_qgsmapcanvasdockwidgetbase.h>
#include "ui_qgsmapcanvasdockwidgetbase.h"

#include "qgsdockwidget.h"
#include "qgspointxy.h"
@@ -25,7 +25,7 @@

#include "qgsmaptoolselectutils.h"
#include "qgsrubberband.h"
#include <qgslogger.h>
#include "qgslogger.h"
#include <QMouseEvent>

QgsMapToolPinLabels::QgsMapToolPinLabels( QgsMapCanvas *canvas )
@@ -25,7 +25,7 @@

#include "qgsmaptoolselectutils.h"
#include "qgsrubberband.h"
#include <qgslogger.h>
#include "qgslogger.h"

#include <QMouseEvent>

@@ -24,7 +24,7 @@
#include "qgisapp.h"
#include "qgshelp.h"

#include <qgscoordinatereferencesystem.h>
#include "qgscoordinatereferencesystem.h"

#include <QList>
#include "qgis_app.h"
@@ -19,7 +19,7 @@

#include "qgspanelwidget.h"

#include <ui_qgsrulebasedlabelingwidget.h>
#include "ui_qgsrulebasedlabelingwidget.h"

#include "qgsrulebasedlabeling.h"
#include "qgis_app.h"
@@ -23,7 +23,6 @@
#include <QTextStream>
#include <QTransform>
#include <QRegExp>
#include <qnumeric.h>

#include "qgspointxy.h"
#include "qgsrectangle.h"
@@ -34,7 +34,7 @@
#include "feature.h"
#include "geomfunction.h"

#include <qgslogger.h>
#include "qgslogger.h"
#include <cfloat>

#ifndef M_PI
@@ -27,7 +27,7 @@
#include "qgsrunprocess.h"
#include "qgsvectorlayer.h"
#include "qgsproject.h"
#include <qgslogger.h>
#include "qgslogger.h"
#include "qgsexpression.h"

#include <QList>
@@ -20,8 +20,8 @@
#include <QEvent>
#include <QStringList>

#include <qgis.h>
#include <qgsconfig.h>
#include "qgis.h"
#include "qgsconfig.h"

class QgsActionScopeRegistry;
class QgsRuntimeProfiler;