Skip to content

Commit 9be84d4

Browse files
committed
fix SIP bindings saveStyleToDatabase
1 parent 85fd681 commit 9be84d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/core/qgsvectorlayer.sip

+1-1
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)