Skip to content

Commit

Permalink
Merge pull request #8951 from peppsac/compile_time
Browse files Browse the repository at this point in the history
Compile time
  • Loading branch information
3nids authored Jan 23, 2019
2 parents 4e74c8b + 08634c4 commit 240f2d2
Show file tree
Hide file tree
Showing 161 changed files with 186 additions and 61 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@




class QgsAnnotation : QObject
{
%Docstring
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@




typedef QVector< QgsPoint > QgsPointSequence;
typedef QVector< QVector< QgsPoint > > QgsRingSequence;
typedef QVector< QVector< QVector< QgsPoint > > > QgsCoordinateSequence;
Expand Down
1 change: 1 addition & 0 deletions python/core/auto_generated/geometry/qgswkbptr.sip.in
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ class QgsConstWkbPtr




};

/************************************************************************
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@




%ModuleHeaderCode
#include "qgsmeshlayerinterpolator.h"
%End
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@




class QgsProjectMetadata : QgsAbstractMetadataBase
{
%Docstring
Expand Down
1 change: 1 addition & 0 deletions python/core/auto_generated/qgsabstractcontentcache.sip.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@




class QgsAbstractContentCacheEntry
{
%Docstring
Expand Down
1 change: 0 additions & 1 deletion python/core/auto_generated/qgsapplication.sip.in
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,6 @@ Gets application icon
Returns whether this machine uses big or little endian
%End


static QString reportStyleSheet();
%Docstring
Returns a standard css style sheet for reports.
Expand Down
3 changes: 3 additions & 0 deletions python/gui/auto_generated/qgsnewmemorylayerdialog.sip.in
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ Runs the dialog and creates a new memory layer
%End

QgsNewMemoryLayerDialog( QWidget *parent /TransferThis/ = 0, Qt::WindowFlags fl = QgsGuiUtils::ModalDialogFlags );
%Docstring
New dialog constructor.
%End
~QgsNewMemoryLayerDialog();

QgsWkbTypes::Type selectedType() const;
Expand Down
3 changes: 3 additions & 0 deletions python/gui/auto_generated/qgsnewvectorlayerdialog.sip.in
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ If the ``initialPath`` argument is specified, then the dialog will default to th
%End

QgsNewVectorLayerDialog( QWidget *parent /TransferThis/ = 0, Qt::WindowFlags fl = QgsGuiUtils::ModalDialogFlags );
%Docstring
New dialog constructor.
%End
~QgsNewVectorLayerDialog();
QgsWkbTypes::Type selectedType() const;
%Docstring
Expand Down
1 change: 1 addition & 0 deletions src/analysis/processing/qgsalgorithmbuffer.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

#include "qgis.h"
#include "qgsprocessingalgorithm.h"
#include "qgsapplication.h"

///@cond PRIVATE

Expand Down
1 change: 1 addition & 0 deletions src/analysis/processing/qgsalgorithmcentroid.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

#include "qgis.h"
#include "qgsprocessingalgorithm.h"
#include "qgsapplication.h"

///@cond PRIVATE

Expand Down
1 change: 1 addition & 0 deletions src/analysis/processing/qgsalgorithmclip.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

#include "qgis.h"
#include "qgsprocessingalgorithm.h"
#include "qgsapplication.h"

///@cond PRIVATE

Expand Down
1 change: 1 addition & 0 deletions src/analysis/processing/qgsalgorithmconvexhull.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

#include "qgis.h"
#include "qgsprocessingalgorithm.h"
#include "qgsapplication.h"

///@cond PRIVATE

Expand Down
1 change: 1 addition & 0 deletions src/analysis/processing/qgsalgorithmdifference.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#define SIP_NO_FILE

#include "qgsprocessingalgorithm.h"
#include "qgsapplication.h"

///@cond PRIVATE

Expand Down
1 change: 1 addition & 0 deletions src/analysis/processing/qgsalgorithmdissolve.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

#include "qgis.h"
#include "qgsprocessingalgorithm.h"
#include "qgsapplication.h"

///@cond PRIVATE

Expand Down
1 change: 1 addition & 0 deletions src/analysis/processing/qgsalgorithmextractbylocation.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

#include "qgis.h"
#include "qgsprocessingalgorithm.h"
#include "qgsapplication.h"

///@cond PRIVATE

Expand Down
1 change: 1 addition & 0 deletions src/analysis/processing/qgsalgorithmextractvertices.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

#include "qgis.h"
#include "qgsprocessingalgorithm.h"
#include "qgsapplication.h"

///@cond PRIVATE

Expand Down
1 change: 1 addition & 0 deletions src/analysis/processing/qgsalgorithmintersection.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#define SIP_NO_FILE

#include "qgsprocessingalgorithm.h"
#include "qgsapplication.h"

///@cond PRIVATE

Expand Down
1 change: 1 addition & 0 deletions src/analysis/processing/qgsalgorithmlineintersection.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

#include "qgis.h"
#include "qgsprocessingalgorithm.h"
#include "qgsapplication.h"

///@cond PRIVATE

Expand Down
1 change: 1 addition & 0 deletions src/analysis/processing/qgsalgorithmloadlayer.h