Skip to content

Commit

Permalink
Merge pull request #6916 from Gustry/saveStyleToDatabase
Browse files Browse the repository at this point in the history
[2.18] fix SIP bindings saveStyleToDatabase
  • Loading branch information
m-kuhn committed May 2, 2018
2 parents 85fd681 + 9be84d4 commit 0c03378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/core/qgsvectorlayer.sip
Expand Up @@ -489,7 +489,7 @@ class QgsVectorLayer : QgsMapLayer
*/
virtual void saveStyleToDatabase( const QString& name, const QString& description,
bool useAsDefault, const QString& uiFileContent,
QString &msgError );
QString &msgError /In,Out/ );

/**
* Lists all the style in db split into related to the layer and not related to
Expand Down

0 comments on commit 0c03378

Please sign in to comment.