QGIS/python/core/auto_additions/qgsdatetimefieldformatter.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
413 B
Python
Raw Normal View History

# 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:
pass