Skip to content

Commit 4e49c9f

Browse files
jakimowbnyalldawson
authored andcommittedMay 12, 2023
added sip files
1 parent 81d64bd commit 4e49c9f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
 

‎python/gui/gui_auto.sip

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,7 @@
390390
%Include auto_generated/numericformats/qgsnumericformatselectorwidget.sip
391391
%Include auto_generated/numericformats/qgsnumericformatwidget.sip
392392
%Include auto_generated/numericformats/qgsnumericformatguiregistry.sip
393+
%Include auto_generated/ogr/qgsvectorlayersaveasdialog.sip
393394
%Include auto_generated/plot/qgsplotcanvas.sip
394395
%Include auto_generated/plot/qgsplotcanvasitem.sip
395396
%Include auto_generated/plot/qgsplotmouseevent.sip

‎tests/src/python/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,7 @@ ADD_PYTHON_TEST(PyQgsVectorLayerSelectedFeatureSource test_qgsvectorlayerselecte
408408
ADD_PYTHON_TEST(PyQgsVectorLayerShapefile test_qgsvectorlayershapefile.py)
409409
ADD_PYTHON_TEST(PyQgsVectorLayerTemporalProperties test_qgsvectorlayertemporalproperties.py)
410410
ADD_PYTHON_TEST(PyQgsVectorLayerUtils test_qgsvectorlayerutils.py)
411+
ADD_PYTHON_TEST(PyQgsVectorLayerSaveAsDialog test_qgsvectorlayersaveasdialog.py)
411412
ADD_PYTHON_TEST(PyQgsVectorWarper test_qgsvectorwarper.py)
412413
ADD_PYTHON_TEST(PyQgsZonalStatistics test_qgszonalstatistics.py)
413414
ADD_PYTHON_TEST(PyQgsVirtualLayerProvider test_provider_virtual.py)

0 commit comments

Comments
 (0)
Please sign in to comment.