Skip to content

Commit 91524aa

Browse files
committed
Fix doxygen warning
1 parent 33e7d1b commit 91524aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/gui/qgsattributeformeditorwidget.sip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class QgsAttributeFormEditorWidget : QWidget
4444

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

src/gui/qgsattributeformeditorwidget.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class GUI_EXPORT QgsAttributeFormEditorWidget : public QWidget
6969

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

0 commit comments

Comments
 (0)