mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-04 00:04:03 -04:00
8 lines
637 B
Python
8 lines
637 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.'}
|
|
QgsHistoryEntry.__annotations__ = {'id': int, 'timestamp': 'QDateTime', 'providerId': str, 'entry': 'Dict[str, object]'}
|
|
QgsHistoryEntry.__group__ = ['history']
|
|
except (NameError, AttributeError):
|
|
pass
|