QGIS/python/gui/auto_additions/qgsmaptoolidentifyfeature.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
515 B
Python

# The following has been generated automatically from src/gui/maptools/qgsmaptoolidentifyfeature.h
try:
QgsMapToolIdentifyFeature.__attribute_docs__ = {'featureIdentified': 'Emitted when a feature has been identified by its ``id``.\n\n.. deprecated:: 3.40\n\n Use the signal with a :py:class:`QgsFeature` argument instead.\n'}
QgsMapToolIdentifyFeature.__signal_arguments__ = {'featureIdentified': ['feature: QgsFeature']}
QgsMapToolIdentifyFeature.__group__ = ['maptools']
except NameError:
pass