QGIS/python/core/auto_additions/qgssvgcache.py
Nyall Dawson f21722a0f1 [sipify] Minor cleanup to auto additions
Condense injections into a single block instead of multiple
separate blocks
2024-09-09 16:56:29 +10:00

8 lines
546 B
Python

# The following has been generated automatically from src/core/symbology/qgssvgcache.h
try:
QgsSvgCache.__attribute_docs__ = {'statusChanged': 'Emit a signal to be caught by qgisapp and display a msg on status bar.\n\n.. deprecated:: 3.6\n\n No longer emitted.\n', 'remoteSvgFetched': 'Emitted when the cache has finished retrieving an SVG file from a remote ``url``.\n\n.. versionadded:: 3.2\n'}
QgsSvgCache.__signal_arguments__ = {'remoteSvgFetched': ['url: str']}
QgsSvgCache.__group__ = ['symbology']
except NameError:
pass