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 github-actions[bot] committed Aug 5, 2022
1 parent f88cc78 commit 63d8c95
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 63d8c95

Please sign in to comment.