Skip to content

Commit

Permalink
Documentation for slot
Browse files Browse the repository at this point in the history
  • Loading branch information
mhugent authored and nyalldawson committed Aug 1, 2022
1 parent 3efc8ef commit 34d2893
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/gui/editorwidgets/qgsrangeconfigdlg.h
Expand Up @@ -39,6 +39,11 @@ class GUI_EXPORT QgsRangeConfigDlg : public QgsEditorConfigWidget, private Ui::Q

protected slots:
void rangeWidgetChanged( int index );

/**
* Sets the precision of minimum value, maximum value, step size UI elements
* \param precision the precision
*/
void setPrecision( int precision );
};

Expand Down

0 comments on commit 34d2893

Please sign in to comment.