QGIS/python/PyQt6/gui/auto_additions/qgsquerybuilder.py
2024-12-03 07:47:10 +00:00

7 lines
302 B
Python

# The following has been generated automatically from src/gui/qgsquerybuilder.h
try:
QgsQueryBuilder.saveQueryToFile = staticmethod(QgsQueryBuilder.saveQueryToFile)
QgsQueryBuilder.loadQueryFromFile = staticmethod(QgsQueryBuilder.loadQueryFromFile)
except (NameError, AttributeError):
pass