Skip to content

Commit 531898f

Browse files
committedApr 17, 2013
fix warnings
1 parent e0732a0 commit 531898f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎src/core/qgsvectorlayer.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -489,6 +489,7 @@ class CORE_EXPORT QgsVectorLayer : public QgsMapLayer
489489
* parameters used by the data provider as url query items.
490490
* @param baseName The name used to represent the layer in the legend
491491
* @param providerLib The name of the data provider, eg "memory", "postgres"
492+
* @param loadDefaultStyleFlag whether to load the default style
492493
*
493494
*/
494495
QgsVectorLayer( QString path = QString::null, QString baseName = QString::null,

‎src/gui/attributetable/qgsdualview.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ class GUI_EXPORT QgsDualView : public QStackedWidget, private Ui::QgsDualViewBas
8181
/**
8282
* Change the current view mode.
8383
*
84-
* @param The view mode to set
84+
* @param view The view mode to set
8585
*/
8686
void setView( ViewMode view );
8787

0 commit comments

Comments
 (0)
Please sign in to comment.