Skip to content

Commit

Permalink
added sip files
Browse files Browse the repository at this point in the history
  • Loading branch information
jakimowb authored and nyalldawson committed May 12, 2023
1 parent 81d64bd commit 4e49c9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions python/gui/gui_auto.sip
Expand Up @@ -390,6 +390,7 @@
%Include auto_generated/numericformats/qgsnumericformatselectorwidget.sip
%Include auto_generated/numericformats/qgsnumericformatwidget.sip
%Include auto_generated/numericformats/qgsnumericformatguiregistry.sip
%Include auto_generated/ogr/qgsvectorlayersaveasdialog.sip
%Include auto_generated/plot/qgsplotcanvas.sip
%Include auto_generated/plot/qgsplotcanvasitem.sip
%Include auto_generated/plot/qgsplotmouseevent.sip
Expand Down
1 change: 1 addition & 0 deletions tests/src/python/CMakeLists.txt
Expand Up @@ -408,6 +408,7 @@ ADD_PYTHON_TEST(PyQgsVectorLayerSelectedFeatureSource test_qgsvectorlayerselecte
ADD_PYTHON_TEST(PyQgsVectorLayerShapefile test_qgsvectorlayershapefile.py)
ADD_PYTHON_TEST(PyQgsVectorLayerTemporalProperties test_qgsvectorlayertemporalproperties.py)
ADD_PYTHON_TEST(PyQgsVectorLayerUtils test_qgsvectorlayerutils.py)
ADD_PYTHON_TEST(PyQgsVectorLayerSaveAsDialog test_qgsvectorlayersaveasdialog.py)
ADD_PYTHON_TEST(PyQgsVectorWarper test_qgsvectorwarper.py)
ADD_PYTHON_TEST(PyQgsZonalStatistics test_qgszonalstatistics.py)
ADD_PYTHON_TEST(PyQgsVirtualLayerProvider test_provider_virtual.py)
Expand Down

0 comments on commit 4e49c9f

Please sign in to comment.