From 91524aafd8730a7844b1cc76cb76911a0e714346 Mon Sep 17 00:00:00 2001 From: Nyall Dawson Date: Mon, 18 Apr 2016 15:59:47 +1000 Subject: [PATCH] Fix doxygen warning --- python/gui/qgsattributeformeditorwidget.sip | 2 +- src/gui/qgsattributeformeditorwidget.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/gui/qgsattributeformeditorwidget.sip b/python/gui/qgsattributeformeditorwidget.sip index 9b0eb88e1de..aa092d5ffbf 100644 --- a/python/gui/qgsattributeformeditorwidget.sip +++ b/python/gui/qgsattributeformeditorwidget.sip @@ -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 ); diff --git a/src/gui/qgsattributeformeditorwidget.h b/src/gui/qgsattributeformeditorwidget.h index 917f8f0e91c..eb4b52ed5ef 100644 --- a/src/gui/qgsattributeformeditorwidget.h +++ b/src/gui/qgsattributeformeditorwidget.h @@ -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 );