Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] authored and wonder-sk committed Jan 8, 2025
1 parent 665d61f commit cee488b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ after selecting a point, performs the identification:

struct IdentifyProperties
{
double searchRadiusMapUnits;
bool skip3DLayers;
double searchRadiusMapUnits;
bool skip3DLayers;
};

QgsMapToolIdentify( QgsMapCanvas *canvas );
Expand Down
4 changes: 2 additions & 2 deletions python/gui/auto_generated/maptools/qgsmaptoolidentify.sip.in
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ after selecting a point, performs the identification:

struct IdentifyProperties
{
double searchRadiusMapUnits;
bool skip3DLayers;
double searchRadiusMapUnits;
bool skip3DLayers;
};

QgsMapToolIdentify( QgsMapCanvas *canvas );
Expand Down
8 changes: 4 additions & 4 deletions src/gui/maptools/qgsmaptoolidentify.h
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,10 @@ class GUI_EXPORT QgsMapToolIdentify : public QgsMapTool

struct IdentifyProperties
{
//! Identify search radius is map units. Use negative value to ignore
double searchRadiusMapUnits = -1;
//! Skip identify results from layers that have a 3d renderer set
bool skip3DLayers = false;
//! Identify search radius is map units. Use negative value to ignore
double searchRadiusMapUnits = -1;
//! Skip identify results from layers that have a 3d renderer set
bool skip3DLayers = false;
};

//! constructor
Expand Down

0 comments on commit cee488b

Please sign in to comment.