Skip to content

Commit 0e567cd

Browse files
committedAug 19, 2015
Fix doxygen warning
1 parent d16e57f commit 0e567cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎python/core/qgsvisibilitypresetcollection.sip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ class QgsVisibilityPresetCollection : QObject
7878
QStringList presetVisibleLayers( const QString& name ) const;
7979

8080
/** Apply check states of legend nodes of a given layer as defined in the preset.
81-
* @param preset name
81+
* @param name preset name
8282
* @param layerID layer ID
8383
*/
8484
void applyPresetCheckedLegendNodesToLayer( const QString& name, const QString& layerID );

‎src/core/qgsvisibilitypresetcollection.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ class CORE_EXPORT QgsVisibilityPresetCollection : public QObject
112112
QStringList presetVisibleLayers( const QString& name ) const;
113113

114114
/** Apply check states of legend nodes of a given layer as defined in the preset.
115-
* @param preset name
115+
* @param name preset name
116116
* @param layerID layer ID
117117
*/
118118
void applyPresetCheckedLegendNodesToLayer( const QString& name, const QString& layerID );

0 commit comments

Comments
 (0)
Please sign in to comment.