QGIS/python/core/auto_additions/qgsnetworkcontentfetcherregistry.py

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

12 lines
683 B
Python
Raw Normal View History

# The following has been generated automatically from src/core/network/qgsnetworkcontentfetcherregistry.h
try:
QgsFetchedContent.__attribute_docs__ = {'fetched': 'Emitted when the file is fetched and accessible\n', 'errorOccurred': 'Emitted when an error with ``code`` error occurred while processing the request\n``errorMsg`` is a textual description of the error\n\n.. versionadded:: 3.22\n'}
2024-08-28 11:14:23 +10:00
QgsFetchedContent.__signal_arguments__ = {'errorOccurred': ['code: QNetworkReply.NetworkError', 'errorMsg: str']}
QgsFetchedContent.__group__ = ['network']
except NameError:
pass
try:
QgsNetworkContentFetcherRegistry.__group__ = ['network']
except NameError:
pass