Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix warnings
  • Loading branch information
jef-n committed Apr 17, 2013
1 parent e0732a0 commit 531898f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/core/qgsvectorlayer.h
Expand Up @@ -489,6 +489,7 @@ class CORE_EXPORT QgsVectorLayer : public QgsMapLayer
* parameters used by the data provider as url query items.
* @param baseName The name used to represent the layer in the legend
* @param providerLib The name of the data provider, eg "memory", "postgres"
* @param loadDefaultStyleFlag whether to load the default style
*
*/
QgsVectorLayer( QString path = QString::null, QString baseName = QString::null,
Expand Down
2 changes: 1 addition & 1 deletion src/gui/attributetable/qgsdualview.h
Expand Up @@ -81,7 +81,7 @@ class GUI_EXPORT QgsDualView : public QStackedWidget, private Ui::QgsDualViewBas
/**
* Change the current view mode.
*
* @param The view mode to set
* @param view The view mode to set
*/
void setView( ViewMode view );

Expand Down

0 comments on commit 531898f

Please sign in to comment.