Skip to content
Permalink
Browse files
Update sip bindings
  • Loading branch information
nyalldawson committed Feb 6, 2018
1 parent 9621f38 commit 1d3a4e4
Showing 1 changed file with 4 additions and 2 deletions.
@@ -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;

0 comments on commit 1d3a4e4

Please sign in to comment.