Skip to content

Commit

Permalink
Fix build warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Sep 4, 2017
1 parent 884b58c commit 04af837
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gui/qgsabstractdatasourcewidget.h
Expand Up @@ -96,8 +96,8 @@ class GUI_EXPORT QgsAbstractDataSourceWidget : public QDialog
/** Emitted when a layer needs to be replaced
* \param oldId old layer ID
* \param source URI of the layer
* \params name of the layer
* \params provider key
* \param name of the layer
* \param provider key
*/
void replaceVectorLayer( const QString &oldId, const QString &source, const QString &name, const QString &provider );

Expand Down

0 comments on commit 04af837

Please sign in to comment.