mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -04:00
Fix tests failing
This commit is contained in:
parent
e9a8dea22c
commit
84fde58adb
@ -11088,21 +11088,6 @@ Qgis.MouseHandlesAction.__doc__ = """Action to be performed by the mouse handles
|
||||
# --
|
||||
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).
|
||||
|
@ -10998,23 +10998,6 @@ Qgis.MouseHandlesAction.__doc__ = """Action to be performed by the mouse handles
|
||||
# --
|
||||
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).
|
||||
|
@ -37,7 +37,6 @@
|
||||
#include "qgsrendercontext.h"
|
||||
#include "qgsruntimeprofiler.h"
|
||||
#include "qgsvirtualpointcloudprovider.h"
|
||||
#include "qgsapplication.h"
|
||||
|
||||
#include <delaunator.hpp>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user