mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
Sipify docstring for signal
This commit is contained in:
parent
0e2458e943
commit
a612a6874d
@ -82,11 +82,11 @@ Emitted when a raster layer has been selected for addition
|
||||
Emitted when a vector layer has been selected for addition
|
||||
%End
|
||||
|
||||
void addVectorLayers( const QStringList &layerQStringList, const QString &enc, const QString &dataSourceType );
|
||||
void addVectorLayers( const QStringList &layerList, const QString &encoding, const QString &dataSourceType );
|
||||
%Docstring
|
||||
Emitted when one or more OGR supported layers are selected for addition
|
||||
\param layerQStringList list of layers protocol URIs
|
||||
\param enc encoding
|
||||
\param layerList list of layers protocol URIs
|
||||
\param encoding encoding
|
||||
\param dataSourceType string (can be "file" or "database")
|
||||
%End
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user