Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Doxy
  • Loading branch information
elpaso committed Jan 28, 2023
1 parent a5265bc commit 1b10375
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Expand Up @@ -446,8 +446,8 @@ Checks if ``element`` contains an ExternalGraphic element with format "image/svg

static bool hasExternalGraphicV2( QDomElement &element, const QString format = QString() );
%Docstring
Checks if ``element`` contains an ExternalGraphic element with optionally specified ``format``.
@return ``True`` if the ExternalGraphic format is found with the optionally specified format.
Checks if ``element`` contains an ExternalGraphic element, if the optional ``format`` is specified it will also be checked.
@return ``True`` if the ExternalGraphic element is found and the optionally specified format matches.

.. versionadded:: 3.30
%End
Expand Down
4 changes: 2 additions & 2 deletions src/core/symbology/qgssymbollayerutils.h
Expand Up @@ -430,8 +430,8 @@ class CORE_EXPORT QgsSymbolLayerUtils
static bool hasExternalGraphic( QDomElement &element );

/**
* Checks if \a element contains an ExternalGraphic element with optionally specified \a format.
* @return TRUE if the ExternalGraphic format is found with the optionally specified format.
* Checks if \a element contains an ExternalGraphic element, if the optional \a format is specified it will also be checked.
* @return TRUE if the ExternalGraphic element is found and the optionally specified format matches.
* \since QGIS 3.30
*/
static bool hasExternalGraphicV2( QDomElement &element, const QString format = QString() );
Expand Down

0 comments on commit 1b10375

Please sign in to comment.