mapLayer invokable

This commit is contained in:
David Signer 2019-06-25 17:23:25 +02:00 committed by Nyall Dawson
parent 6b5eaddee3
commit 4f56d9dd6a

View File

@ -700,7 +700,7 @@ class CORE_EXPORT QgsProject : public QObject, public QgsExpressionContextGenera
* \see mapLayersByName() * \see mapLayersByName()
* \see mapLayers() * \see mapLayers()
*/ */
QgsMapLayer *mapLayer( const QString &layerId ) const; Q_INVOKABLE QgsMapLayer *mapLayer( const QString &layerId ) const;
#ifndef SIP_RUN #ifndef SIP_RUN