mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
8 lines
737 B
Python
8 lines
737 B
Python
# The following has been generated automatically from src/core/auth/qgsauthconfigurationstorageregistry.h
|
|
try:
|
|
QgsAuthConfigurationStorageRegistry.__attribute_docs__ = {'storageAdded': 'Emitted after a storage was added\n\n:param id: The id of the added storage\n', 'storageChanged': 'Emitted after a storage was changed\n\n:param id: The id of the changed storage\n', 'storageRemoved': 'Emitted after a storage was removed\n\n:param id: The id of the removed storage\n'}
|
|
QgsAuthConfigurationStorageRegistry.__signal_arguments__ = {'storageAdded': ['id: str'], 'storageChanged': ['id: str'], 'storageRemoved': ['id: str']}
|
|
QgsAuthConfigurationStorageRegistry.__group__ = ['auth']
|
|
except (NameError, AttributeError):
|
|
pass
|