Sip update for qgsproject

This commit is contained in:
Alessandro Pasotti 2017-08-06 22:44:53 +02:00
parent f96513d7fe
commit 1c3fadebbb

View File

@ -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
@ -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 );