mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-18 00:06:00 -04:00
6 lines
453 B
Python
6 lines
453 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::\n Deprecated since QGIS 3.6 -- 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'}
|
|
except NameError:
|
|
pass
|