mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-04 00:06:46 -05:00
add missing dox
This commit is contained in:
parent
36d41fe064
commit
defb091c48
@ -129,7 +129,13 @@ Sets the dynamic parameters
|
||||
|
||||
signals:
|
||||
void svgSelected( const QString &path );
|
||||
|
||||
void svgParametersChanged( const QMap<QString, QgsProperty> ¶meters );
|
||||
%Docstring
|
||||
Emitted when the parameters have changed
|
||||
|
||||
.. versionadded:: 3.18
|
||||
%End
|
||||
|
||||
protected:
|
||||
void populateList();
|
||||
|
||||
@ -394,6 +394,11 @@ class GUI_EXPORT QgsSvgSelectorWidget : public QWidget, private Ui::WidgetSvgSel
|
||||
|
||||
signals:
|
||||
void svgSelected( const QString &path );
|
||||
|
||||
/**
|
||||
* Emitted when the parameters have changed
|
||||
* \since QGIS 3.18
|
||||
*/
|
||||
void svgParametersChanged( const QMap<QString, QgsProperty> ¶meters );
|
||||
|
||||
protected:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user