mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-18 00:03:05 -04:00
Fix doxygen warning
This commit is contained in:
parent
33e7d1b98c
commit
91524aafd8
@ -44,7 +44,7 @@ class QgsAttributeFormEditorWidget : QWidget
|
|||||||
|
|
||||||
/** Resets the widget to an initial value.
|
/** Resets the widget to an initial value.
|
||||||
* @param initialValue initial value to show in widget
|
* @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 );
|
void initialize( const QVariant& initialValue, bool mixedValues = false );
|
||||||
|
|
||||||
|
@ -69,7 +69,7 @@ class GUI_EXPORT QgsAttributeFormEditorWidget : public QWidget
|
|||||||
|
|
||||||
/** Resets the widget to an initial value.
|
/** Resets the widget to an initial value.
|
||||||
* @param initialValue initial value to show in widget
|
* @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 );
|
void initialize( const QVariant& initialValue, bool mixedValues = false );
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user