mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
7 lines
412 B
Python
7 lines
412 B
Python
# The following has been generated automatically from src/core/qgstemporalcontroller.h
|
|
try:
|
|
QgsTemporalController.__attribute_docs__ = {'updateTemporalRange': 'Signals that a temporal ``range`` has changed and needs to be updated in\nall connected objects.\n'}
|
|
QgsTemporalController.__signal_arguments__ = {'updateTemporalRange': ['range: QgsDateTimeRange']}
|
|
except (NameError, AttributeError):
|
|
pass
|