mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-12 00:02:25 -04:00
mapLayer invokable
This commit is contained in:
parent
6b5eaddee3
commit
4f56d9dd6a
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user