mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
42 lines
1.3 KiB
Python
42 lines
1.3 KiB
Python
# The following has been generated automatically from src/core/vector/qgsvectorlayerundopassthroughcommand.h
|
|
try:
|
|
QgsVectorLayerUndoPassthroughCommand.__group__ = ['vector']
|
|
except (NameError, AttributeError):
|
|
pass
|
|
try:
|
|
QgsVectorLayerUndoPassthroughCommandAddFeatures.__group__ = ['vector']
|
|
except (NameError, AttributeError):
|
|
pass
|
|
try:
|
|
QgsVectorLayerUndoPassthroughCommandDeleteFeatures.__group__ = ['vector']
|
|
except (NameError, AttributeError):
|
|
pass
|
|
try:
|
|
QgsVectorLayerUndoPassthroughCommandChangeGeometry.__group__ = ['vector']
|
|
except (NameError, AttributeError):
|
|
pass
|
|
try:
|
|
QgsVectorLayerUndoPassthroughCommandChangeAttribute.__group__ = ['vector']
|
|
except (NameError, AttributeError):
|
|
pass
|
|
try:
|
|
QgsVectorLayerUndoPassthroughCommandChangeAttributes.__group__ = ['vector']
|
|
except (NameError, AttributeError):
|
|
pass
|
|
try:
|
|
QgsVectorLayerUndoPassthroughCommandAddAttribute.__group__ = ['vector']
|
|
except (NameError, AttributeError):
|
|
pass
|
|
try:
|
|
QgsVectorLayerUndoPassthroughCommandDeleteAttribute.__group__ = ['vector']
|
|
except (NameError, AttributeError):
|
|
pass
|
|
try:
|
|
QgsVectorLayerUndoPassthroughCommandRenameAttribute.__group__ = ['vector']
|
|
except (NameError, AttributeError):
|
|
pass
|
|
try:
|
|
QgsVectorLayerUndoPassthroughCommandUpdate.__group__ = ['vector']
|
|
except (NameError, AttributeError):
|
|
pass
|