Skip to content

Commit

Permalink
Fix tests failing
Browse files Browse the repository at this point in the history
  • Loading branch information
Withalion committed Jan 13, 2025
1 parent ac52990 commit ed511b9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 33 deletions.
15 changes: 0 additions & 15 deletions python/PyQt6/core/auto_additions/qgis.py
Original file line number Diff line number Diff line change
Expand Up @@ -11088,21 +11088,6 @@
# --
Qgis.MouseHandlesAction.baseClass = Qgis
# monkey patching scoped based enum
Qgis.PointCloudZoomOutRenderBehavior.RenderExtents.__doc__ = ""
Qgis.PointCloudZoomOutRenderBehavior.RenderOverview.__doc__ = ""
Qgis.PointCloudZoomOutRenderBehavior.RenderOverviewAndExtents.__doc__ = ""
Qgis.PointCloudZoomOutRenderBehavior.__doc__ = """Point cloud zoom out options

.. versionadded:: 3.42

* ``RenderExtents``:
* ``RenderOverview``:
* ``RenderOverviewAndExtents``:

"""
# --
Qgis.PointCloudZoomOutRenderBehavior.baseClass = Qgis
# monkey patching scoped based enum
Qgis.MeshRangeLimit.NotSet.__doc__ = "User defined"
Qgis.MeshRangeLimit.MinimumMaximum.__doc__ = "Real min-max values"
Qgis.MeshRangeLimit.__doc__ = """Describes the limits used to compute mesh ranges (min/max values).
Expand Down
17 changes: 0 additions & 17 deletions python/core/auto_additions/qgis.py
Original file line number Diff line number Diff line change
Expand Up @@ -10998,23 +10998,6 @@
# --
Qgis.MouseHandlesAction.baseClass = Qgis
# monkey patching scoped based enum
Qgis.PointCloudZoomOutRenderBehavior.RenderExtents.__doc__ = ""
Qgis.PointCloudZoomOutRenderBehavior.RenderOverview.__doc__ = ""
Qgis.PointCloudZoomOutRenderBehavior.RenderOverviewAndExtents.__doc__ = ""
Qgis.PointCloudZoomOutRenderBehavior.__doc__ = """Point cloud zoom out options

.. versionadded:: 3.42

* ``RenderExtents``:
* ``RenderOverview``:
* ``RenderOverviewAndExtents``:

"""
# --
Qgis.PointCloudZoomOutRenderBehavior.baseClass = Qgis
# --
Qgis.MouseHandlesAction.baseClass = Qgis
# monkey patching scoped based enum
Qgis.MeshRangeLimit.NotSet.__doc__ = "User defined"
Qgis.MeshRangeLimit.MinimumMaximum.__doc__ = "Real min-max values"
Qgis.MeshRangeLimit.__doc__ = """Describes the limits used to compute mesh ranges (min/max values).
Expand Down
1 change: 0 additions & 1 deletion src/core/pointcloud/qgspointcloudlayerrenderer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
#include "qgsrendercontext.h"
#include "qgsruntimeprofiler.h"
#include "qgsvirtualpointcloudprovider.h"
#include "qgsapplication.h"

#include <delaunator.hpp>

Expand Down

0 comments on commit ed511b9

Please sign in to comment.