Fix doxygen warning

This commit is contained in:
Nyall Dawson 2016-04-18 15:59:47 +10:00
parent 33e7d1b98c
commit 91524aafd8
2 changed files with 2 additions and 2 deletions

View File

@ -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 );

View File

@ -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 );