QGIS/python/core/auto_additions/qgsdatetimefieldformatter.py
2024-12-03 07:47:10 +00:00

8 lines
431 B
Python

# The following has been generated automatically from src/core/fieldformatter/qgsdatetimefieldformatter.h
try:
QgsDateTimeFieldFormatter.defaultFormat = staticmethod(QgsDateTimeFieldFormatter.defaultFormat)
QgsDateTimeFieldFormatter.defaultDisplayFormat = staticmethod(QgsDateTimeFieldFormatter.defaultDisplayFormat)
QgsDateTimeFieldFormatter.__group__ = ['fieldformatter']
except (NameError, AttributeError):
pass