Skip to content

Commit

Permalink
Fix doxygen warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Apr 18, 2016
1 parent 33e7d1b commit 91524aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/gui/qgsattributeformeditorwidget.sip
Expand Up @@ -44,7 +44,7 @@ class QgsAttributeFormEditorWidget : QWidget

/** Resets the widget to an initial value.
* @param initialValue initial value to show in widget
* @param mixedValue set to true to initially show the mixed values state
* @param mixedValues set to true to initially show the mixed values state
*/
void initialize( const QVariant& initialValue, bool mixedValues = false );

Expand Down
2 changes: 1 addition & 1 deletion src/gui/qgsattributeformeditorwidget.h
Expand Up @@ -69,7 +69,7 @@ class GUI_EXPORT QgsAttributeFormEditorWidget : public QWidget

/** Resets the widget to an initial value.
* @param initialValue initial value to show in widget
* @param mixedValue set to true to initially show the mixed values state
* @param mixedValues set to true to initially show the mixed values state
*/
void initialize( const QVariant& initialValue, bool mixedValues = false );

Expand Down

0 comments on commit 91524aa

Please sign in to comment.