QGIS/python/PyQt6/gui/auto_additions/qgsprocessingfavoritealgorithmmanager.py
Nyall Dawson 3f6b490218 Sipify
2025-04-02 11:11:10 +10:00

7 lines
475 B
Python

# The following has been generated automatically from src/gui/processing/qgsprocessingfavoritealgorithmmanager.h
try:
QgsProcessingFavoriteAlgorithmManager.__attribute_docs__ = {'changed': 'Emitted when the list of favorite algorithms is changed, e.g. when a new\nalgorithm ID is added to the list or an existing algorithm ID is removed\nfrom the list.\n'}
QgsProcessingFavoriteAlgorithmManager.__group__ = ['processing']
except (NameError, AttributeError):
pass