Skip to content

Commit

Permalink
fix see also of setClearValue (#46912)
Browse files Browse the repository at this point in the history
Co-authored-by: nicogodet <nicolas.godet@outlook.fr>
  • Loading branch information
qgis-bot and nicogodet committed Jan 20, 2022
1 parent e32083e commit eaa6680
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -101,7 +101,7 @@ Defines the clear value as a custom value and will automatically set the clear v
:param customValue: defines the numerical value used as the clear value
:param clearValueText: is the text displayed when the spin box is at the clear value. If not specified, no special value text is used.

.. seealso:: :py:func:`setClearValue`
.. seealso:: :py:func:`clearValue`
%End

void setClearValueMode( ClearValueMode mode, const QString &clearValueText = QString() );
Expand Down
2 changes: 1 addition & 1 deletion src/gui/editorwidgets/qgsdoublespinbox.h
Expand Up @@ -109,7 +109,7 @@ class GUI_EXPORT QgsDoubleSpinBox : public QDoubleSpinBox
* Defines the clear value as a custom value and will automatically set the clear value mode to CustomValue.
* \param customValue defines the numerical value used as the clear value
* \param clearValueText is the text displayed when the spin box is at the clear value. If not specified, no special value text is used.
* \see setClearValue()
* \see clearValue()
*/
void setClearValue( double customValue, const QString &clearValueText = QString() );

Expand Down

0 comments on commit eaa6680

Please sign in to comment.