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

6 lines
368 B
Python

# The following has been generated automatically from src/gui/qgscustomdrophandler.h
try:
QgsCustomDropHandler.__virtual_methods__ = ['customUriProviderKey', 'handleCustomUriDrop', 'canHandleMimeData', 'handleMimeData', 'handleMimeDataV2', 'handleFileDrop', 'canHandleCustomUriCanvasDrop', 'handleCustomUriCanvasDrop']
except (NameError, AttributeError):
pass