QGIS/python/gui/auto_additions/qgshistoryentry.py
2024-08-14 13:05:46 +10:00

6 lines
450 B
Python

# The following has been generated automatically from src/gui/history/qgshistoryentry.h
try:
QgsHistoryEntry.__attribute_docs__ = {'id': 'Entry ID.\n\n.. versionadded:: 3.32', 'timestamp': 'Entry timestamp', 'providerId': 'Associated history provider ID', 'entry': 'Entry details.\n\nEntries details are stored as a free-form map. Interpretation of this map is the responsibility of the\nassociated history provider.'}
except NameError:
pass