Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
pblottiere committed May 13, 2020
1 parent c10169e commit 86503e5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Expand Up @@ -167,7 +167,6 @@ JSON object.

:param settings: Legend layout configuration
:param context: Rendering context
:param json: The json object to update

.. versionadded:: 3.8
%End
Expand All @@ -189,7 +188,6 @@ Adds a symbol in base64 string within a JSON object with the key "icon".

:param settings: Legend layout configuration
:param context: Rendering context
:param json: The json object to update

.. versionadded:: 3.8
%End
Expand Down
2 changes: 0 additions & 2 deletions src/core/layertree/qgslayertreemodellegendnode.h
Expand Up @@ -220,7 +220,6 @@ class CORE_EXPORT QgsLayerTreeModelLegendNode : public QObject
* JSON object.
* \param settings Legend layout configuration
* \param context Rendering context
* \param json The json object to update
* \since QGIS 3.8
*/
QJsonObject exportToJson( const QgsLegendSettings &settings, const QgsRenderContext &context );
Expand All @@ -238,7 +237,6 @@ class CORE_EXPORT QgsLayerTreeModelLegendNode : public QObject
* Adds a symbol in base64 string within a JSON object with the key "icon".
* \param settings Legend layout configuration
* \param context Rendering context
* \param json The json object to update
* \since QGIS 3.8
*/
virtual QJsonObject exportSymbolToJson( const QgsLegendSettings &settings, const QgsRenderContext &context ) const;
Expand Down

0 comments on commit 86503e5

Please sign in to comment.