Skip to content

Commit

Permalink
add missing dox
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Jan 7, 2021
1 parent 36d41fe commit defb091
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Expand Up @@ -129,7 +129,13 @@ Sets the dynamic parameters

signals:
void svgSelected( const QString &path );

void svgParametersChanged( const QMap<QString, QgsProperty> &parameters );
%Docstring
Emitted when the parameters have changed

.. versionadded:: 3.18
%End

protected:
void populateList();
Expand Down
5 changes: 5 additions & 0 deletions src/gui/symbology/qgssvgselectorwidget.h
Expand Up @@ -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> &parameters );

protected:
Expand Down

0 comments on commit defb091

Please sign in to comment.