mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -04:00
12 lines
426 B
Python
12 lines
426 B
Python
# The following has been generated automatically from src/core/browser/qgsrelationshipsitem.h
|
|
try:
|
|
QgsRelationshipsItem.__overridden_methods__ = ['createChildren', 'icon']
|
|
QgsRelationshipsItem.__group__ = ['browser']
|
|
except (NameError, AttributeError):
|
|
pass
|
|
try:
|
|
QgsRelationshipItem.__overridden_methods__ = ['icon']
|
|
QgsRelationshipItem.__group__ = ['browser']
|
|
except (NameError, AttributeError):
|
|
pass
|