mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
Update sip bindings
This commit is contained in:
parent
9621f38330
commit
1d3a4e421e
@ -101,9 +101,11 @@ style followed by restoration of the original style (for example, when rendering
|
||||
#include "qgsmaplayerstylemanager.h"
|
||||
%End
|
||||
public:
|
||||
QgsMapLayerStyleManager( QgsMapLayer *layer );
|
||||
|
||||
QgsMapLayerStyleManager( QgsMapLayer *layer /TransferThis/ );
|
||||
%Docstring
|
||||
Construct a style manager associated with a map layer (must not be null)
|
||||
Construct a style manager associated with a map layer (must not be null).
|
||||
The style manager will be parented to ``layer``.
|
||||
%End
|
||||
|
||||
QgsMapLayer *layer() const;
|
||||
|
Loading…
x
Reference in New Issue
Block a user