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

6 lines
435 B
Python

# The following has been generated automatically from src/core/qgsanimatedicon.h
try:
QgsAnimatedIcon.__attribute_docs__ = {'frameChanged': 'Emitted when the icon changed. You should use connectFrameChanged\ninstead of connecting to this signal directly. Connecting to this signal\ndirectly will cause the animation not to be started.\n\n.. seealso:: :py:func:`connectFrameChanged`\n'}
except (NameError, AttributeError):
pass