Skip to content

Commit a612a68

Browse files
committed
Sipify docstring for signal
1 parent 0e2458e commit a612a68

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

python/gui/qgsabstractdatasourcewidget.sip

+3-3
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,11 @@ Emitted when a raster layer has been selected for addition
8282
Emitted when a vector layer has been selected for addition
8383
%End
8484

85-
void addVectorLayers( const QStringList &layerQStringList, const QString &enc, const QString &dataSourceType );
85+
void addVectorLayers( const QStringList &layerList, const QString &encoding, const QString &dataSourceType );
8686
%Docstring
8787
Emitted when one or more OGR supported layers are selected for addition
88-
\param layerQStringList list of layers protocol URIs
89-
\param enc encoding
88+
\param layerList list of layers protocol URIs
89+
\param encoding encoding
9090
\param dataSourceType string (can be "file" or "database")
9191
%End
9292

0 commit comments

Comments
 (0)