Skip to content

Commit 3a715db

Browse files
committed
Renamed vars
1 parent acead27 commit 3a715db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/gui/qgsabstractdatasourcewidget.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,11 @@ class GUI_EXPORT QgsAbstractDataSourceWidget : public QDialog
8787
void addVectorLayer( const QString &uri, const QString &layerName );
8888

8989
/** Emitted when one or more OGR supported layers are selected for addition
90-
* \param layerQStringList list of layers protocol URIs
91-
* \param enc encoding
90+
* \param layerList list of layers protocol URIs
91+
* \param encoding encoding
9292
* \param dataSourceType string (can be "file" or "database")
9393
*/
94-
void addVectorLayers( const QStringList &layerQStringList, const QString &enc, const QString &dataSourceType );
94+
void addVectorLayers( const QStringList &layerList, const QString &encoding, const QString &dataSourceType );
9595

9696
//! Emitted when a progress dialog is shown by the provider dialog
9797
void progress( int, int );

0 commit comments

Comments
 (0)