Skip to content

Commit

Permalink
Sip update for qgsproject
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Aug 9, 2017
1 parent f96513d commit 1c3fade
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions python/core/qgsproject.sip
Expand Up @@ -778,6 +778,14 @@ Returns the number of registered layers.
.. seealso:: QgsMapLayer.reload()
%End

QgsCoordinateReferenceSystem defaultCrsForNewLayers() const;
%Docstring
Returns the default CRS for new layers based on the settings and
the current project CRS
:rtype: QgsCoordinateReferenceSystem
%End


signals:
void readProject( const QDomDocument & );
%Docstring
Expand Down Expand Up @@ -1010,6 +1018,8 @@ emitted whenever the configuration for snapping has changed
\param layers List of QgsMapLayer which were added to the legend.
%End



public slots:

void setSnappingConfig( const QgsSnappingConfig &snappingConfig );
Expand Down

0 comments on commit 1c3fade

Please sign in to comment.