Skip to content

Commit

Permalink
fix #5747
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jun 6, 2012
1 parent 90975ef commit d78e605
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/core/qgsmaplayerregistry.sip
Expand Up @@ -39,7 +39,7 @@ public:
Not emitting signal is useful when you want to use registry for layers
on a different canvas and don't want them added to the main canvas automatically.
*/
QList<QgsMapLayer *> addMapLayers( QList<QgsMapLayer *> theMapLayers,
QList<QgsMapLayer *> addMapLayers( QList<QgsMapLayer *> theMapLayers /Transfer/,
bool theEmitSignal = true );


Expand All @@ -53,7 +53,7 @@ public:
Not emitting signal is useful when you want to use registry also for layers
which won't be used in main map canvas but will be used in a special one
*/
QgsMapLayer * addMapLayer(QgsMapLayer * theMapLayer /Transfer/, bool theEmitSignal = TRUE) /Deprecated/;
QgsMapLayer *addMapLayer(QgsMapLayer * theMapLayer /Transfer/, bool theEmitSignal = TRUE) /Deprecated/;

/** Remove a set of layers from qgis
@note As a side-effect QgsProject is made dirty.
Expand Down

0 comments on commit d78e605

Please sign in to comment.