QGIS/python/gui/auto_additions/qgsidentifymenu.py
Nyall Dawson 7b56629478 Sipify
2025-03-27 14:00:26 +10:00

8 lines
366 B
Python

# The following has been generated automatically from src/gui/qgsidentifymenu.h
try:
QgsIdentifyMenu.findFeaturesOnCanvas = staticmethod(QgsIdentifyMenu.findFeaturesOnCanvas)
QgsIdentifyMenu.styleHighlight = staticmethod(QgsIdentifyMenu.styleHighlight)
QgsIdentifyMenu.__overridden_methods__ = ['closeEvent']
except (NameError, AttributeError):
pass