Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Renamed vars
  • Loading branch information
elpaso committed Aug 5, 2017
1 parent acead27 commit 3a715db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/gui/qgsabstractdatasourcewidget.h
Expand Up @@ -87,11 +87,11 @@ class GUI_EXPORT QgsAbstractDataSourceWidget : public QDialog
void addVectorLayer( const QString &uri, const QString &layerName );

/** 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")
*/
void addVectorLayers( const QStringList &layerQStringList, const QString &enc, const QString &dataSourceType );
void addVectorLayers( const QStringList &layerList, const QString &encoding, const QString &dataSourceType );

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

0 comments on commit 3a715db

Please sign in to comment.