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

13 lines
549 B
Python

# The following has been generated automatically from src/gui/history/qgshistoryentrynode.h
try:
QgsHistoryEntryNode.__virtual_methods__ = ['childCount', 'html', 'createWidget', 'doubleClicked', 'populateContextMenu', 'matchesString']
QgsHistoryEntryNode.__abstract_methods__ = ['data']
QgsHistoryEntryNode.__group__ = ['history']
except (NameError, AttributeError):
pass
try:
QgsHistoryEntryGroup.__virtual_methods__ = ['childCount']
QgsHistoryEntryGroup.__group__ = ['history']
except (NameError, AttributeError):
pass