Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix doxygen warning
  • Loading branch information
nyalldawson committed Aug 19, 2015
1 parent d16e57f commit 0e567cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/core/qgsvisibilitypresetcollection.sip
Expand Up @@ -78,7 +78,7 @@ class QgsVisibilityPresetCollection : QObject
QStringList presetVisibleLayers( const QString& name ) const;

/** Apply check states of legend nodes of a given layer as defined in the preset.
* @param preset name
* @param name preset name
* @param layerID layer ID
*/
void applyPresetCheckedLegendNodesToLayer( const QString& name, const QString& layerID );
Expand Down
2 changes: 1 addition & 1 deletion src/core/qgsvisibilitypresetcollection.h
Expand Up @@ -112,7 +112,7 @@ class CORE_EXPORT QgsVisibilityPresetCollection : public QObject
QStringList presetVisibleLayers( const QString& name ) const;

/** Apply check states of legend nodes of a given layer as defined in the preset.
* @param preset name
* @param name preset name
* @param layerID layer ID
*/
void applyPresetCheckedLegendNodesToLayer( const QString& name, const QString& layerID );
Expand Down

0 comments on commit 0e567cd

Please sign in to comment.