[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2024-12-11 13:51:14 +00:00 committed by Martin Dobias
parent 665d61f156
commit cee488bf4b
3 changed files with 8 additions and 8 deletions

View File

@ -65,8 +65,8 @@ after selecting a point, performs the identification:
struct IdentifyProperties
{
double searchRadiusMapUnits;
bool skip3DLayers;
double searchRadiusMapUnits;
bool skip3DLayers;
};
QgsMapToolIdentify( QgsMapCanvas *canvas );

View File

@ -65,8 +65,8 @@ after selecting a point, performs the identification:
struct IdentifyProperties
{
double searchRadiusMapUnits;
bool skip3DLayers;
double searchRadiusMapUnits;
bool skip3DLayers;
};
QgsMapToolIdentify( QgsMapCanvas *canvas );

View File

@ -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