mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-09 00:08:52 -04:00
13 lines
549 B
Python
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
|