Skip to content

Commit 0c03378

Browse files
authoredMay 2, 2018
Merge pull request #6916 from Gustry/saveStyleToDatabase
[2.18] fix SIP bindings saveStyleToDatabase
2 parents 85fd681 + 9be84d4 commit 0c03378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎python/core/qgsvectorlayer.sip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ class QgsVectorLayer : QgsMapLayer
489489
*/
490490
virtual void saveStyleToDatabase( const QString& name, const QString& description,
491491
bool useAsDefault, const QString& uiFileContent,
492-
QString &msgError );
492+
QString &msgError /In,Out/ );
493493

494494
/**
495495
* Lists all the style in db split into related to the layer and not related to

0 commit comments

Comments
 (0)
Please sign in to comment.